Html Css Color HEX #D999DC Plum

📋 copy color: '#D999DC'

red 217 ◦ green 153 ◦ blue 220

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

Shades of Plum #D999DC

Tints of Plum #D999DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.93%

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

R = 36.78%
G = 25.93%
B = 37.29%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D999DC (or 0xD999DC) is known color: Plum. HEX triplet: D9, 99 and DC. RGB value is (217,153,220). Sum of RGB (Red+Green+Blue) = 217+153+220=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D999DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DC is #266623. Grayscale: #B3B3B3. Windows color (decimal): -2516516 or 14457305. OLE color: 14457305.

HSL color Cylindrical-coordinate representation of color #D999DC: hue angle of 297.31º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D999DC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 153 220 -
CMYK 0.01 0.30 0 0.14
HSL 297.31º 0.49% 0.73% -
HSV(B) 297.31º 0.3% 0.86% -
XYZ 52.92 42.7 73.16 -
YUV 179.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 217 153 220 0.01 0.30 0 0.14 297.31 0.49 0.73
Hex D9 99 DC 1 1E 0 E 129 31 49
Octal 331 231 334 1 36 0 16 451 61 111
Binary 11011001 10011001 11011100 1 11110 0 1110 100101001 110001 1001001

Color Harmonies of #D999DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999DC

Black with #D999DC

Text Example


Text Example

White with #D999DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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