Html Css Color HEX #D999DB Plum

📋 copy color: '#D999DB'

red 217 ◦ green 153 ◦ blue 219

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

Shades of Plum #D999DB

Tints of Plum #D999DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 36.84%
G = 25.98%
B = 37.18%

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

#D999DB (or 0xD999DB) is known color: Plum. HEX triplet: D9, 99 and DB. RGB value is (217,153,219). Sum of RGB (Red+Green+Blue) = 217+153+219=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DB is #266624. Grayscale: #B3B3B3. Windows color (decimal): -2516517 or 14391769. OLE color: 14391769.

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

Color convert

RGB 217 153 219 -
CMYK 0.01 0.30 0 0.14
HSL 298.18º 0.48% 0.73% -
HSV(B) 298.18º 0.3% 0.86% -
XYZ 52.79 42.65 72.47 -
YUV 179.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 217 153 219 0.01 0.30 0 0.14 298.18 0.48 0.73
Hex D9 99 DB 1 1E 0 E 12A 30 49
Octal 331 231 333 1 36 0 16 452 60 111
Binary 11011001 10011001 11011011 1 11110 0 1110 100101010 110000 1001001

Color Harmonies of #D999DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999DB

Black with #D999DB

Text Example


Text Example

White with #D999DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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