Html Css Color HEX #D290DB Plum

📋 copy color: '#D290DB'

red 210 ◦ green 144 ◦ blue 219

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

Shades of Plum #D290DB

Tints of Plum #D290DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.13%

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

R = 36.65%
G = 25.13%
B = 38.22%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D290DB (or 0xD290DB) is known color: Plum. HEX triplet: D2, 90 and DB. RGB value is (210,144,219). Sum of RGB (Red+Green+Blue) = 210+144+219=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D290DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DB is #2D6F24. Grayscale: #ACACAC. Windows color (decimal): -2977573 or 14389458. OLE color: 14389458.

HSL color Cylindrical-coordinate representation of color #D290DB: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D290DB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 144 219 -
CMYK 0.04 0.34 0 0.14
HSL 292.8º 0.51% 0.71% -
HSV(B) 292.8º 0.34% 0.86% -
XYZ 49.34 38.76 71.9 -
YUV 172.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 210 144 219 0.04 0.34 0 0.14 292.8 0.51 0.71
Hex D2 90 DB 4 22 0 E 125 33 47
Octal 322 220 333 4 42 0 16 445 63 107
Binary 11010010 10010000 11011011 100 100010 0 1110 100100101 110011 1000111

Color Harmonies of #D290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290DB

Black with #D290DB

Text Example


Text Example

White with #D290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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