#DB9ECD

Color #DB9ECD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DB9ECD

Tints of Plum #DB9ECD

Color information

#DB9ECD (or 0xDB9ECD) is unknown color: approx Plum. HEX triplet: DB, 9E and CD. RGB value is (219,158,205). Sum of RGB (Red+Green+Blue) = 219+158+205=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECD is #246132. Grayscale: #B5B5B5. Windows color (decimal): -2384179 or 13475547. OLE color: 13475547.

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

Color convert

RGB219158205-
CMYK00.280.060.14
HSL313.77º45.86%73.92%-
HSV(B)313.77º27.85%85.88%-
XYZ52.4643.9263.47-
YUV181.6141.21154.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 158 (62.11% from 255) = 27.15%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=37.63%
G=27.15%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915820500.280.060.14313.7745.8673.92
HexDB9ECD01C6E13a2e4a
Octal33323631503461647256112
Binary11011011100111101100110101110011011101001110101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ECD; }

 p { color: rgb(219,158,205); }

 H1.HeaderClassName
 {
   color: #DB9ECD;
 }
 .AnyTagClassName
 {
   color: #DB9ECD;
 }
</style>
background-color css

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

 a { background-color: rgb(219,158,205); }

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

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

 span { border-color: rgb(219,158,205); }

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