#DF95F1

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

Shades of Plum #DF95F1

Tints of Plum #DF95F1

Color information

#DF95F1 (or 0xDF95F1) is unknown color: approx Plum. HEX triplet: DF, 95 and F1. RGB value is (223,149,241). Sum of RGB (Red+Green+Blue) = 223+149+241=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95F1 is #206A0E. Grayscale: #B5B5B5. Windows color (decimal): -2124303 or 15832543. OLE color: 15832543.

HSL color Cylindrical-coordinate representation of color #DF95F1: hue angle of 288.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF95F1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223149241-
CMYK0.070.3800.05
HSL288.26º76.67%76.47%-
HSV(B)288.26º38.17%94.51%-
XYZ57.0643.5388.61-
YUV181.61161.52157.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=36.38%
G=24.31%
B=39.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231492410.070.3800.05288.2676.6776.47
HexDF95F1726051204d4c
Octal33722536174605440115114
Binary110111111001010111110001111100110010110010000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95F1; }

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

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

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

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

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

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

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

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