#DB9CCB

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

Shades of Plum #DB9CCB

Tints of Plum #DB9CCB

Color information

#DB9CCB (or 0xDB9CCB) is unknown color: approx Plum. HEX triplet: DB, 9C and CB. RGB value is (219,156,203). Sum of RGB (Red+Green+Blue) = 219+156+203=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CCB is #246334. Grayscale: #B4B4B4. Windows color (decimal): -2384693 or 13343963. OLE color: 13343963.

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

Color convert

RGB219156203-
CMYK00.290.070.14
HSL315.24º46.67%73.53%-
HSV(B)315.24º28.77%85.88%-
XYZ51.8843.1562.09-
YUV180.2140.87155.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=37.89%
G=26.99%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915620300.290.070.14315.2446.6773.53
HexDB9CCB01D7E13b2f4a
Octal33323431303571647357112
Binary11011011100111001100101101110111111101001110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CCB; }

 p { color: rgb(219,156,203); }

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

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

 a { background-color: rgb(219,156,203); }

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

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

 span { border-color: rgb(219,156,203); }

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