Html Css Color HEX #DB8DD2 Plum

📋 copy color: '#DB8DD2'

red 219 ◦ green 141 ◦ blue 210

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

Shades of Plum #DB8DD2

Tints of Plum #DB8DD2

RGB

 RED value IS 219 (85.94% from 255) = 38.42%

 GREEN value IS 141 (55.47% from 255) = 24.74%

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 38.42%
G = 24.74%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB8DD2 (or 0xDB8DD2) is known color: Plum. HEX triplet: DB, 8D and D2. RGB value is (219,141,210). Sum of RGB (Red+Green+Blue) = 219+141+210=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD2 is #24722D. Grayscale: #ABABAB. Windows color (decimal): -2388526 or 13798875. OLE color: 13798875.

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

Color convert

RGB 219 141 210 -
CMYK 0 0.36 0.04 0.14
HSL 306.92º 0.52% 0.71% -
HSV(B) 306.92º 0.36% 0.86% -
XYZ 50.37 38.76 65.8 -
YUV 172.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 219 141 210 0 0.36 0.04 0.14 306.92 0.52 0.71
Hex DB 8D D2 0 24 4 E 133 34 47
Octal 333 215 322 0 44 4 16 463 64 107
Binary 11011011 10001101 11010010 0 100100 100 1110 100110011 110100 1000111

Color Harmonies of #DB8DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DD2

Black with #DB8DD2

Text Example


Text Example

White with #DB8DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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