Html Css Color HEX #D799DB Plum

📋 copy color: '#D799DB'

red 215 ◦ green 153 ◦ blue 219

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

Shades of Plum #D799DB

Tints of Plum #D799DB

RGB

 RED value IS 215 (84.38% from 255) = 36.63%

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

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

R = 36.63%
G = 26.06%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D799DB (or 0xD799DB) is known color: Plum. HEX triplet: D7, 99 and DB. RGB value is (215,153,219). Sum of RGB (Red+Green+Blue) = 215+153+219=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D799DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DB is #286624. Grayscale: #B2B2B2. Windows color (decimal): -2647589 or 14391767. OLE color: 14391767.

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

Color convert

RGB 215 153 219 -
CMYK 0.02 0.30 0 0.14
HSL 296.36º 0.48% 0.73% -
HSV(B) 296.36º 0.3% 0.86% -
XYZ 52.2 42.34 72.44 -
YUV 179.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 215 153 219 0.02 0.30 0 0.14 296.36 0.48 0.73
Hex D7 99 DB 2 1E 0 E 128 30 49
Octal 327 231 333 2 36 0 16 450 60 111
Binary 11010111 10011001 11011011 10 11110 0 1110 100101000 110000 1001001

Color Harmonies of #D799DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799DB

Black with #D799DB

Text Example


Text Example

White with #D799DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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