#DF88FA

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

Shades of Heliotrope #DF88FA

Tints of Heliotrope #DF88FA

Color information

#DF88FA (or 0xDF88FA) is unknown color: approx Heliotrope. HEX triplet: DF, 88 and FA. RGB value is (223,136,250). Sum of RGB (Red+Green+Blue) = 223+136+250=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88FA is #207705. Grayscale: #AEAEAE. Windows color (decimal): -2127622 or 16419039. OLE color: 16419039.

HSL color Cylindrical-coordinate representation of color #DF88FA: hue angle of 285.79º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF88FA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223136250-
CMYK0.110.4600.02
HSL285.79º91.94%75.69%-
HSV(B)285.79º45.6%98.04%-
XYZ56.4940.295.22-
YUV175.01170.32162.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 136 (53.52% from 255) = 22.33%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=36.62%
G=22.33%
B=41.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231362500.110.4600.02285.7991.9475.69
HexDF88FAB2E0211e5c4c
Octal337210372135602436134114
Binary110111111000100011111010101110111001010001111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88FA; }

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

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

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

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

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

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

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

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