#DF70FF

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

Shades of Heliotrope #DF70FF

Tints of Heliotrope #DF70FF

Color information

#DF70FF (or 0xDF70FF) is unknown color: approx Heliotrope. HEX triplet: DF, 70 and FF. RGB value is (223,112,255). Sum of RGB (Red+Green+Blue) = 223+112+255=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FF is #208F00. Grayscale: #A1A1A1. Windows color (decimal): -2133761 or 16740575. OLE color: 16740575.

HSL color Cylindrical-coordinate representation of color #DF70FF: hue angle of 286.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF70FF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223112255-
CMYK0.130.5600
HSL286.57º100%71.96%-
HSV(B)286.57º56.08%100%-
XYZ54.2834.598.41-
YUV161.49180.77171.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 112 (44.14% from 255) = 18.98%
BLUE value IS 255 (100% from 255) = 43.22%
R=37.80%
G=18.98%
B=43.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231122550.130.5600286.5710071.96
HexDF70FFD380011f6448
Octal337160377157000437144110
Binary1101111111100001111111111011110000010001111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70FF; }

 p { color: rgb(223,112,255); }

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

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

 a { background-color: rgb(223,112,255); }

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

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

 span { border-color: rgb(223,112,255); }

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