#DF92FA

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

Shades of Heliotrope #DF92FA

Tints of Heliotrope #DF92FA

Color information

#DF92FA (or 0xDF92FA) is unknown color: approx Heliotrope. HEX triplet: DF, 92 and FA. RGB value is (223,146,250). Sum of RGB (Red+Green+Blue) = 223+146+250=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FA is #206D05. Grayscale: #B4B4B4. Windows color (decimal): -2125062 or 16421599. OLE color: 16421599.

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

Color convert

RGB223146250-
CMYK0.110.4200.02
HSL284.42º91.23%77.65%-
HSV(B)284.42º41.6%98.04%-
XYZ57.9743.1595.72-
YUV180.88167.01158.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 146 (57.42% from 255) = 23.59%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=36.03%
G=23.59%
B=40.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231462500.110.4200.02284.4291.2377.65
HexDF92FAB2A0211c5b4e
Octal337222372135202434133116
Binary110111111001001011111010101110101001010001110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92FA; }

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

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

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

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

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

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

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

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