#DB92CD

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

Shades of Plum #DB92CD

Tints of Plum #DB92CD

Color information

#DB92CD (or 0xDB92CD) is unknown color: approx Plum. HEX triplet: DB, 92 and CD. RGB value is (219,146,205). Sum of RGB (Red+Green+Blue) = 219+146+205=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92CD is #246D32. Grayscale: #AEAEAE. Windows color (decimal): -2387251 or 13472475. OLE color: 13472475.

HSL color Cylindrical-coordinate representation of color #DB92CD: hue angle of 311.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92CD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219146205-
CMYK00.330.060.14
HSL311.51º50.34%71.57%-
HSV(B)311.51º33.33%85.88%-
XYZ50.5140.0362.82-
YUV174.55145.18159.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=38.42%
G=25.61%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914620500.330.060.14311.5150.3471.57
HexDB92CD0216E1383248
Octal33322231504161647062110
Binary110110111001001011001101010000111011101001110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92CD; }

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

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

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

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

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

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

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

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