Html Css Color HEX #D99DCD Plum

📋 copy color: '#D99DCD'

red 217 ◦ green 157 ◦ blue 205

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

Shades of Plum #D99DCD

Tints of Plum #D99DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.12%

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

R = 37.48%
G = 27.12%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D99DCD (or 0xD99DCD) is known color: Plum. HEX triplet: D9, 9D and CD. RGB value is (217,157,205). Sum of RGB (Red+Green+Blue) = 217+157+205=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DCD is #266232. Grayscale: #B4B4B4. Windows color (decimal): -2515507 or 13475289. OLE color: 13475289.

HSL color Cylindrical-coordinate representation of color #D99DCD: hue angle of 312º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DCD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 205 -
CMYK 0 0.28 0.06 0.15
HSL 312º 0.44% 0.73% -
HSV(B) 312º 0.28% 0.85% -
XYZ 51.69 43.27 63.39 -
YUV 180.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 217 157 205 0 0.28 0.06 0.15 312 0.44 0.73
Hex D9 9D CD 0 1C 6 F 138 2C 49
Octal 331 235 315 0 34 6 17 470 54 111
Binary 11011001 10011101 11001101 0 11100 110 1111 100111000 101100 1001001

Color Harmonies of #D99DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DCD

Black with #D99DCD

Text Example


Text Example

White with #D99DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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