Html Css Color HEX #D99CD0 Plum

📋 copy color: '#D99CD0'

red 217 ◦ green 156 ◦ blue 208

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

Shades of Plum #D99CD0

Tints of Plum #D99CD0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.85%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 37.35%
G = 26.85%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D99CD0 (or 0xD99CD0) is known color: Plum. HEX triplet: D9, 9C and D0. RGB value is (217,156,208). Sum of RGB (Red+Green+Blue) = 217+156+208=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CD0 is #26632F. Grayscale: #B4B4B4. Windows color (decimal): -2515760 or 13671641. OLE color: 13671641.

HSL color Cylindrical-coordinate representation of color #D99CD0: hue angle of 308.85º degrees, saturation: 0.45, 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 #D99CD0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 208 -
CMYK 0 0.28 0.04 0.15
HSL 308.85º 0.45% 0.73% -
HSV(B) 308.85º 0.28% 0.85% -
XYZ 51.89 43.08 65.26 -
YUV 180.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 217 156 208 0 0.28 0.04 0.15 308.85 0.45 0.73
Hex D9 9C D0 0 1C 4 F 135 2D 49
Octal 331 234 320 0 34 4 17 465 55 111
Binary 11011001 10011100 11010000 0 11100 100 1111 100110101 101101 1001001

Color Harmonies of #D99CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99CD0

Black with #D99CD0

Text Example


Text Example

White with #D99CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99CD0; }

 p { color: rgb(217,156,208); }

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

background-color css

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

 a { background-color: rgb(217,156,208); }

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

border-color css

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

 span { border-color: rgb(217,156,208); }

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