Html Css Color HEX #D99DDC Plum

📋 copy color: '#D99DDC'

red 217 ◦ green 157 ◦ blue 220

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

Shades of Plum #D99DDC

Tints of Plum #D99DDC

RGB

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

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

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

R = 36.53%
G = 26.43%
B = 37.04%

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

#D99DDC (or 0xD99DDC) is known color: Plum. HEX triplet: D9, 9D and DC. RGB value is (217,157,220). Sum of RGB (Red+Green+Blue) = 217+157+220=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DDC is #266223. Grayscale: #B5B5B5. Windows color (decimal): -2515492 or 14458329. OLE color: 14458329.

HSL color Cylindrical-coordinate representation of color #D99DDC: hue angle of 297.14º degrees, saturation: 0.47, 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 #D99DDC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 157 220 -
CMYK 0.01 0.29 0 0.14
HSL 297.14º 0.47% 0.74% -
HSV(B) 297.14º 0.29% 0.86% -
XYZ 53.59 44.03 73.38 -
YUV 182.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 217 157 220 0.01 0.29 0 0.14 297.14 0.47 0.74
Hex D9 9D DC 1 1D 0 E 129 2F 4A
Octal 331 235 334 1 35 0 16 451 57 112
Binary 11011001 10011101 11011100 1 11101 0 1110 100101001 101111 1001010

Color Harmonies of #D99DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DDC

Black with #D99DDC

Text Example


Text Example

White with #D99DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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