#DF95E9

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

Shades of Plum #DF95E9

Tints of Plum #DF95E9

Color information

#DF95E9 (or 0xDF95E9) is unknown color: approx Plum. HEX triplet: DF, 95 and E9. RGB value is (223,149,233). Sum of RGB (Red+Green+Blue) = 223+149+233=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF95E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95E9 is #206A16. Grayscale: #B4B4B4. Windows color (decimal): -2124311 or 15308255. OLE color: 15308255.

HSL color Cylindrical-coordinate representation of color #DF95E9: hue angle of 292.86º degrees, saturation: 0.66, 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 #DF95E9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223149233-
CMYK0.040.3600.09
HSL292.86º65.62%74.9%-
HSV(B)292.86º36.05%91.37%-
XYZ55.8943.0782.46-
YUV180.7157.52158.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=36.86%
G=24.63%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231492330.040.3600.09292.8665.6274.9
HexDF95E942409125424b
Octal337225351444011445102113
Binary1101111110010101111010011001001000100110010010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95E9; }

 p { color: rgb(223,149,233); }

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

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

 a { background-color: rgb(223,149,233); }

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

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

 span { border-color: rgb(223,149,233); }

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