#DF95E0

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

Shades of Plum #DF95E0

Tints of Plum #DF95E0

Color information

#DF95E0 (or 0xDF95E0) is unknown color: approx Plum. HEX triplet: DF, 95 and E0. RGB value is (223,149,224). Sum of RGB (Red+Green+Blue) = 223+149+224=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95E0 is #206A1F. Grayscale: #B3B3B3. Windows color (decimal): -2124320 or 14718431. OLE color: 14718431.

HSL color Cylindrical-coordinate representation of color #DF95E0: hue angle of 299.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95E0 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223149224-
CMYK0.000.3300.12
HSL299.2º54.74%73.14%-
HSV(B)299.2º33.48%87.84%-
XYZ54.6342.5675.86-
YUV179.68153.02158.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=37.42%
G=25%
B=37.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231492240.000.3300.12299.254.7473.14
HexDF95E00210C12b3749
Octal33722534004101445367111
Binary1101111110010101111000000100001011001001010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95E0; }

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

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

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

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

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

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

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

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