#DB95DC

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

Shades of Plum #DB95DC

Tints of Plum #DB95DC

Color information

#DB95DC (or 0xDB95DC) is unknown color: approx Plum. HEX triplet: DB, 95 and DC. RGB value is (219,149,220). Sum of RGB (Red+Green+Blue) = 219+149+220=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95DC is #246A23. Grayscale: #B1B1B1. Windows color (decimal): -2386468 or 14456283. OLE color: 14456283.

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

Color convert

RGB219149220-
CMYK0.000.3200.14
HSL299.15º50.35%72.35%-
HSV(B)299.15º32.27%86.27%-
XYZ52.8841.7272.98-
YUV178.02151.69157.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=37.24%
G=25.34%
B=37.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191492200.000.3200.14299.1550.3572.35
HexDB95DC0200E12b3248
Octal33322533404001645362110
Binary1101101110010101110111000100000011101001010111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95DC; }

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

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

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

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

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

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

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

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