#DF69FA

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

Shades of Heliotrope #DF69FA

Tints of Heliotrope #DF69FA

Color information

#DF69FA (or 0xDF69FA) is unknown color: approx Heliotrope. HEX triplet: DF, 69 and FA. RGB value is (223,105,250). Sum of RGB (Red+Green+Blue) = 223+105+250=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69FA is #209605. Grayscale: #9C9C9C. Windows color (decimal): -2135558 or 16411103. OLE color: 16411103.

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

Color convert

RGB223105250-
CMYK0.110.5800.02
HSL288.83º93.55%69.61%-
HSV(B)288.83º58%98.04%-
XYZ52.7432.6993.97-
YUV156.81180.59175.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 105 (41.41% from 255) = 18.17%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=38.58%
G=18.17%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231052500.110.5800.02288.8393.5569.61
HexDF69FAB3A021215e46
Octal337151372137202441136106
Binary11011111110100111111010101111101001010010000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF69FA; }

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

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

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

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

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

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

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

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