Html Css Color HEX #D899DB Plum

📋 copy color: '#D899DB'

red 216 ◦ green 153 ◦ blue 219

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

Shades of Plum #D899DB

Tints of Plum #D899DB

RGB

 RED value IS 216 (84.77% from 255) = 36.73%

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

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

R = 36.73%
G = 26.02%
B = 37.24%

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

#D899DB (or 0xD899DB) is known color: Plum. HEX triplet: D8, 99 and DB. RGB value is (216,153,219). Sum of RGB (Red+Green+Blue) = 216+153+219=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D899DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DB is #276624. Grayscale: #B3B3B3. Windows color (decimal): -2582053 or 14391768. OLE color: 14391768.

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

Color convert

RGB 216 153 219 -
CMYK 0.01 0.30 0 0.14
HSL 297.27º 0.48% 0.73% -
HSV(B) 297.27º 0.3% 0.86% -
XYZ 52.5 42.5 72.45 -
YUV 179.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 216 153 219 0.01 0.30 0 0.14 297.27 0.48 0.73
Hex D8 99 DB 1 1E 0 E 129 30 49
Octal 330 231 333 1 36 0 16 451 60 111
Binary 11011000 10011001 11011011 1 11110 0 1110 100101001 110000 1001001

Color Harmonies of #D899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899DB

Black with #D899DB

Text Example


Text Example

White with #D899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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