Html Css Color HEX #DB9DD8 Plum

📋 copy color: '#DB9DD8'

red 219 ◦ green 157 ◦ blue 216

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

Shades of Plum #DB9DD8

Tints of Plum #DB9DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.52%

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 36.99%
G = 26.52%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB9DD8 (or 0xDB9DD8) is known color: Plum. HEX triplet: DB, 9D and D8. RGB value is (219,157,216). Sum of RGB (Red+Green+Blue) = 219+157+216=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD8 is #246227. Grayscale: #B6B6B6. Windows color (decimal): -2384424 or 14196187. OLE color: 14196187.

HSL color Cylindrical-coordinate representation of color #DB9DD8: hue angle of 302.9º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DD8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 216 -
CMYK 0 0.28 0.01 0.14
HSL 302.9º 0.46% 0.74% -
HSV(B) 302.9º 0.28% 0.86% -
XYZ 53.67 44.13 70.66 -
YUV 182.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 219 157 216 0 0.28 0.01 0.14 302.9 0.46 0.74
Hex DB 9D D8 0 1C 1 E 12F 2E 4A
Octal 333 235 330 0 34 1 16 457 56 112
Binary 11011011 10011101 11011000 0 11100 1 1110 100101111 101110 1001010

Color Harmonies of #DB9DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DD8

Black with #DB9DD8

Text Example


Text Example

White with #DB9DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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