Html Css Color HEX #D99FCE Plum

📋 copy color: '#D99FCE'

red 217 ◦ green 159 ◦ blue 206

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

Shades of Plum #D99FCE

Tints of Plum #D99FCE

RGB

 RED value IS 217 (85.16% from 255) = 37.29%

 GREEN value IS 159 (62.5% from 255) = 27.32%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 37.29%
G = 27.32%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D99FCE (or 0xD99FCE) is known color: Plum. HEX triplet: D9, 9F and CE. RGB value is (217,159,206). Sum of RGB (Red+Green+Blue) = 217+159+206=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCE is #266031. Grayscale: #B5B5B5. Windows color (decimal): -2514994 or 13541337. OLE color: 13541337.

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

Color convert

RGB 217 159 206 -
CMYK 0 0.27 0.05 0.15
HSL 311.38º 0.43% 0.74% -
HSV(B) 311.38º 0.27% 0.85% -
XYZ 52.15 44 64.14 -
YUV 181.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 217 159 206 0 0.27 0.05 0.15 311.38 0.43 0.74
Hex D9 9F CE 0 1B 5 F 137 2B 4A
Octal 331 237 316 0 33 5 17 467 53 112
Binary 11011001 10011111 11001110 0 11011 101 1111 100110111 101011 1001010

Color Harmonies of #D99FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FCE

Black with #D99FCE

Text Example


Text Example

White with #D99FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FCE; }

 p { color: rgb(217,159,206); }

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

background-color css

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

 a { background-color: rgb(217,159,206); }

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

border-color css

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

 span { border-color: rgb(217,159,206); }

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