Html Css Color HEX #D99CDC Plum

📋 copy color: '#D99CDC'

red 217 ◦ green 156 ◦ blue 220

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

Shades of Plum #D99CDC

Tints of Plum #D99CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 36.59%
G = 26.31%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D99CDC (or 0xD99CDC) is known color: Plum. HEX triplet: D9, 9C and DC. RGB value is (217,156,220). Sum of RGB (Red+Green+Blue) = 217+156+220=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDC is #266323. Grayscale: #B5B5B5. Windows color (decimal): -2515748 or 14458073. OLE color: 14458073.

HSL color Cylindrical-coordinate representation of color #D99CDC: hue angle of 297.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99CDC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 156 220 -
CMYK 0.01 0.29 0 0.14
HSL 297.19º 0.48% 0.74% -
HSV(B) 297.19º 0.29% 0.86% -
XYZ 53.42 43.7 73.33 -
YUV 181.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 217 156 220 0.01 0.29 0 0.14 297.19 0.48 0.74
Hex D9 9C DC 1 1D 0 E 129 30 4A
Octal 331 234 334 1 35 0 16 451 60 112
Binary 11011001 10011100 11011100 1 11101 0 1110 100101001 110000 1001010

Color Harmonies of #D99CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99CDC

Black with #D99CDC

Text Example


Text Example

White with #D99CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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