Html Css Color HEX #D99CDD Plum

📋 copy color: '#D99CDD'

red 217 ◦ green 156 ◦ blue 221

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

Shades of Plum #D99CDD

Tints of Plum #D99CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 36.53%
G = 26.26%
B = 37.21%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99CDD (or 0xD99CDD) is known color: Plum. HEX triplet: D9, 9C and DD. RGB value is (217,156,221). Sum of RGB (Red+Green+Blue) = 217+156+221=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #D99CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDD is #266322. Grayscale: #B5B5B5. Windows color (decimal): -2515747 or 14523609. OLE color: 14523609.

HSL color Cylindrical-coordinate representation of color #D99CDD: hue angle of 296.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99CDD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 156 221 -
CMYK 0.02 0.29 0 0.13
HSL 296.31º 0.49% 0.74% -
HSV(B) 296.31º 0.29% 0.87% -
XYZ 53.55 43.75 74.03 -
YUV 181.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 217 156 221 0.02 0.29 0 0.13 296.31 0.49 0.74
Hex D9 9C DD 2 1D 0 D 128 31 4A
Octal 331 234 335 2 35 0 15 450 61 112
Binary 11011001 10011100 11011101 10 11101 0 1101 100101000 110001 1001010

Color Harmonies of #D99CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99CDD

Black with #D99CDD

Text Example


Text Example

White with #D99CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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