Html Css Color HEX #D299DB Plum

📋 copy color: '#D299DB'

red 210 ◦ green 153 ◦ blue 219

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

Shades of Plum #D299DB

Tints of Plum #D299DB

RGB

 RED value IS 210 (82.42% from 255) = 36.08%

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

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

R = 36.08%
G = 26.29%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D299DB (or 0xD299DB) is known color: Plum. HEX triplet: D2, 99 and DB. RGB value is (210,153,219). Sum of RGB (Red+Green+Blue) = 210+153+219=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #D299DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DB is #2D6624. Grayscale: #B1B1B1. Windows color (decimal): -2975269 or 14391762. OLE color: 14391762.

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

Color convert

RGB 210 153 219 -
CMYK 0.04 0.30 0 0.14
HSL 291.82º 0.48% 0.73% -
HSV(B) 291.82º 0.3% 0.86% -
XYZ 50.76 41.6 72.37 -
YUV 177.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 210 153 219 0.04 0.30 0 0.14 291.82 0.48 0.73
Hex D2 99 DB 4 1E 0 E 124 30 49
Octal 322 231 333 4 36 0 16 444 60 111
Binary 11010010 10011001 11011011 100 11110 0 1110 100100100 110000 1001001

Color Harmonies of #D299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299DB

Black with #D299DB

Text Example


Text Example

White with #D299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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