#DB9DD4

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

Shades of Plum #DB9DD4

Tints of Plum #DB9DD4

Color information

#DB9DD4 (or 0xDB9DD4) is unknown color: approx Plum. HEX triplet: DB, 9D and D4. RGB value is (219,157,212). Sum of RGB (Red+Green+Blue) = 219+157+212=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD4 is #24622B. Grayscale: #B5B5B5. Windows color (decimal): -2384428 or 13934043. OLE color: 13934043.

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

Color convert

RGB219157212-
CMYK00.280.030.14
HSL306.77º46.27%73.73%-
HSV(B)306.77º28.31%85.88%-
XYZ53.1543.9367.96-
YUV181.81145.04154.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=37.24%
G=26.70%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915721200.280.030.14306.7746.2773.73
HexDB9DD401C3E1332e4a
Octal33323532403431646356112
Binary1101101110011101110101000111001111101001100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DD4; }

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

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

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

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

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

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

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

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