#DF88F2

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

Shades of Violet #DF88F2

Tints of Violet #DF88F2

Color information

#DF88F2 (or 0xDF88F2) is unknown color: approx Violet. HEX triplet: DF, 88 and F2. RGB value is (223,136,242). Sum of RGB (Red+Green+Blue) = 223+136+242=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88F2 is #20770D. Grayscale: #ADADAD. Windows color (decimal): -2127630 or 15894751. OLE color: 15894751.

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

Color convert

RGB223136242-
CMYK0.080.4400.05
HSL289.25º80.3%74.12%-
HSV(B)289.25º43.8%94.9%-
XYZ55.2639.7188.76-
YUV174.1166.32162.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 136 (53.52% from 255) = 22.63%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=37.10%
G=22.63%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231362420.080.4400.05289.2580.374.12
HexDF88F282C05121504a
Octal337210362105405441120112
Binary1101111110001000111100101000101100010110010000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88F2; }

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

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

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

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

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

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

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

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