#DB9DD0

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

Shades of Plum #DB9DD0

Tints of Plum #DB9DD0

Color information

#DB9DD0 (or 0xDB9DD0) is unknown color: approx Plum. HEX triplet: DB, 9D and D0. RGB value is (219,157,208). Sum of RGB (Red+Green+Blue) = 219+157+208=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD0 is #24622F. Grayscale: #B5B5B5. Windows color (decimal): -2384432 or 13671899. OLE color: 13671899.

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

Color convert

RGB219157208-
CMYK00.280.050.14
HSL310.65º46.27%73.73%-
HSV(B)310.65º28.31%85.88%-
XYZ52.6643.7365.34-
YUV181.35143.04154.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=37.5%
G=26.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915720800.280.050.14310.6546.2773.73
HexDB9DD001C5E1372e4a
Octal33323532003451646756112
Binary11011011100111011101000001110010111101001101111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DD0; }

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

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

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

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

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

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

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

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