Html Css Color HEX #D99FCD Plum

📋 copy color: '#D99FCD'

red 217 ◦ green 159 ◦ blue 205

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

Shades of Plum #D99FCD

Tints of Plum #D99FCD

RGB

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

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

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

R = 37.35%
G = 27.37%
B = 35.28%

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

#D99FCD (or 0xD99FCD) is known color: Plum. HEX triplet: D9, 9F and CD. RGB value is (217,159,205). Sum of RGB (Red+Green+Blue) = 217+159+205=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCD is #266032. Grayscale: #B5B5B5. Windows color (decimal): -2514995 or 13475801. OLE color: 13475801.

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

Color convert

RGB 217 159 205 -
CMYK 0 0.27 0.06 0.15
HSL 312.41º 0.43% 0.74% -
HSV(B) 312.41º 0.27% 0.85% -
XYZ 52.03 43.96 63.5 -
YUV 181.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 217 159 205 0 0.27 0.06 0.15 312.41 0.43 0.74
Hex D9 9F CD 0 1B 6 F 138 2B 4A
Octal 331 237 315 0 33 6 17 470 53 112
Binary 11011001 10011111 11001101 0 11011 110 1111 100111000 101011 1001010

Color Harmonies of #D99FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FCD

Black with #D99FCD

Text Example


Text Example

White with #D99FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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