#DC96E9

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

Shades of Plum #DC96E9

Tints of Plum #DC96E9

Color information

#DC96E9 (or 0xDC96E9) is unknown color: approx Plum. HEX triplet: DC, 96 and E9. RGB value is (220,150,233). Sum of RGB (Red+Green+Blue) = 220+150+233=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96E9 is #236916. Grayscale: #B4B4B4. Windows color (decimal): -2320663 or 15308508. OLE color: 15308508.

HSL color Cylindrical-coordinate representation of color #DC96E9: hue angle of 290.6º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC96E9 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220150233-
CMYK0.060.3600.09
HSL290.6º65.35%75.1%-
HSV(B)290.6º35.62%91.37%-
XYZ55.1342.9182.47-
YUV180.39157.69156.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=36.48%
G=24.88%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201502330.060.3600.09290.665.3575.1
HexDC96E962409123414b
Octal334226351644011443101113
Binary1101110010010110111010011101001000100110010001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96E9; }

 p { color: rgb(220,150,233); }

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

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

 a { background-color: rgb(220,150,233); }

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

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

 span { border-color: rgb(220,150,233); }

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