#DF95EA

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

Shades of Plum #DF95EA

Tints of Plum #DF95EA

Color information

#DF95EA (or 0xDF95EA) is unknown color: approx Plum. HEX triplet: DF, 95 and EA. RGB value is (223,149,234). Sum of RGB (Red+Green+Blue) = 223+149+234=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95EA is #206A15. Grayscale: #B4B4B4. Windows color (decimal): -2124310 or 15373791. OLE color: 15373791.

HSL color Cylindrical-coordinate representation of color #DF95EA: hue angle of 292.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF95EA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223149234-
CMYK0.050.3600.08
HSL292.24º66.93%75.1%-
HSV(B)292.24º36.32%91.76%-
XYZ56.0343.1283.21-
YUV180.82158.02158.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=36.80%
G=24.59%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231492340.050.3600.08292.2466.9375.1
HexDF95EA52408124434b
Octal337225352544010444103113
Binary1101111110010101111010101011001000100010010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95EA; }

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

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

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

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

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

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

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

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