Html Css Color HEX #D893CD Plum

📋 copy color: '#D893CD'

red 216 ◦ green 147 ◦ blue 205

#D893CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D893CD

Tints of Plum #D893CD

RGB

 RED value IS 216 (84.77% from 255) = 38.03%

 GREEN value IS 147 (57.81% from 255) = 25.88%

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 38.03%
G = 25.88%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D893CD (or 0xD893CD) is known color: Plum. HEX triplet: D8, 93 and CD. RGB value is (216,147,205). Sum of RGB (Red+Green+Blue) = 216+147+205=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D893CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893CD is #276C32. Grayscale: #AEAEAE. Windows color (decimal): -2583603 or 13472728. OLE color: 13472728.

HSL color Cylindrical-coordinate representation of color #D893CD: hue angle of 309.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893CD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 205 -
CMYK 0 0.32 0.05 0.15
HSL 309.57º 0.47% 0.71% -
HSV(B) 309.57º 0.32% 0.85% -
XYZ 49.77 39.87 62.83 -
YUV 174.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 216 147 205 0 0.32 0.05 0.15 309.57 0.47 0.71
Hex D8 93 CD 0 20 5 F 136 2F 47
Octal 330 223 315 0 40 5 17 466 57 107
Binary 11011000 10010011 11001101 0 100000 101 1111 100110110 101111 1000111

Color Harmonies of #D893CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893CD

Black with #D893CD

Text Example


Text Example

White with #D893CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893CD; }

 p { color: rgb(216,147,205); }

 H1.HeaderClassName
 {
   color: #D893CD;
 }
 .AnyTagClassName
 {
   color: #D893CD;
 }
</style>

background-color css

<style>
 a { background-color: #D893CD; }

 a { background-color: rgb(216,147,205); }

 div.DivClassName
 {
   background-color: #D893CD;
 }
 .BgClassName
 {
   background-color: #D893CD;
 }
</style>

border-color css

<style>
 span { border-color: #D893CD; }

 span { border-color: rgb(216,147,205); }

 td.TdClassName
 {
   border-color: #D893CD;
 }
 .TagClassName
 {
   border-color: #D893CD;
 }
</style>