#DB9ADC

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

Shades of Plum #DB9ADC

Tints of Plum #DB9ADC

Color information

#DB9ADC (or 0xDB9ADC) is unknown color: approx Plum. HEX triplet: DB, 9A and DC. RGB value is (219,154,220). Sum of RGB (Red+Green+Blue) = 219+154+220=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADC is #246523. Grayscale: #B4B4B4. Windows color (decimal): -2385188 or 14457563. OLE color: 14457563.

HSL color Cylindrical-coordinate representation of color #DB9ADC: hue angle of 299.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ADC is Cyan = 0.00, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219154220-
CMYK0.000.300.14
HSL299.09º48.53%73.33%-
HSV(B)299.09º30%86.27%-
XYZ53.6943.3473.25-
YUV180.96150.03155.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=36.93%
G=25.97%
B=37.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191542200.000.300.14299.0948.5373.33
HexDB9ADC01E0E12b3149
Octal33323233403601645361111
Binary110110111001101011011100011110011101001010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ADC; }

 p { color: rgb(219,154,220); }

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

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

 a { background-color: rgb(219,154,220); }

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

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

 span { border-color: rgb(219,154,220); }

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