#DF88F5

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

Shades of Heliotrope #DF88F5

Tints of Heliotrope #DF88F5

Color information

#DF88F5 (or 0xDF88F5) is unknown color: approx Heliotrope. HEX triplet: DF, 88 and F5. RGB value is (223,136,245). Sum of RGB (Red+Green+Blue) = 223+136+245=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF88F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88F5 is #20770A. Grayscale: #AEAEAE. Windows color (decimal): -2127627 or 16091359. OLE color: 16091359.

HSL color Cylindrical-coordinate representation of color #DF88F5: hue angle of 287.89º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF88F5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223136245-
CMYK0.090.4400.04
HSL287.89º84.5%74.71%-
HSV(B)287.89º44.49%96.08%-
XYZ55.7239.8991.15-
YUV174.44167.82162.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 136 (53.52% from 255) = 22.52%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=36.92%
G=22.52%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231362450.090.4400.04287.8984.574.71
HexDF88F592C04120544b
Octal337210365115404440124113
Binary1101111110001000111101011001101100010010010000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88F5; }

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

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

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

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

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

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

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

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