Html Css Color HEX #D99FCC Plum

📋 copy color: '#D99FCC'

red 217 ◦ green 159 ◦ blue 204

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

Shades of Plum #D99FCC

Tints of Plum #D99FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 37.41%
G = 27.41%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D99FCC (or 0xD99FCC) is known color: Plum. HEX triplet: D9, 9F and CC. RGB value is (217,159,204). Sum of RGB (Red+Green+Blue) = 217+159+204=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCC is #266033. Grayscale: #B5B5B5. Windows color (decimal): -2514996 or 13410265. OLE color: 13410265.

HSL color Cylindrical-coordinate representation of color #D99FCC: hue angle of 313.45º 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 #D99FCC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 204 -
CMYK 0 0.27 0.06 0.15
HSL 313.45º 0.43% 0.74% -
HSV(B) 313.45º 0.27% 0.85% -
XYZ 51.91 43.91 62.87 -
YUV 181.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 217 159 204 0 0.27 0.06 0.15 313.45 0.43 0.74
Hex D9 9F CC 0 1B 6 F 139 2B 4A
Octal 331 237 314 0 33 6 17 471 53 112
Binary 11011001 10011111 11001100 0 11011 110 1111 100111001 101011 1001010

Color Harmonies of #D99FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FCC

Black with #D99FCC

Text Example


Text Example

White with #D99FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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