#DF95F2

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

Shades of Plum #DF95F2

Tints of Plum #DF95F2

Color information

#DF95F2 (or 0xDF95F2) is unknown color: approx Plum. HEX triplet: DF, 95 and F2. RGB value is (223,149,242). Sum of RGB (Red+Green+Blue) = 223+149+242=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95F2 is #206A0D. Grayscale: #B5B5B5. Windows color (decimal): -2124302 or 15898079. OLE color: 15898079.

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

Color convert

RGB223149242-
CMYK0.080.3800.05
HSL287.74º78.15%76.67%-
HSV(B)287.74º38.43%94.9%-
XYZ57.2143.5989.4-
YUV181.73162.02157.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 242 (94.92% from 255) = 39.41%
R=36.32%
G=24.27%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231492420.080.3800.05287.7478.1576.67
HexDF95F2826051204e4d
Octal337225362104605440116115
Binary1101111110010101111100101000100110010110010000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95F2; }

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

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

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

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

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

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

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

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