#D070F5

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

Shades of Heliotrope #D070F5

Tints of Heliotrope #D070F5

Color information

#D070F5 (or 0xD070F5) is unknown color: approx Heliotrope. HEX triplet: D0, 70 and F5. RGB value is (208,112,245). Sum of RGB (Red+Green+Blue) = 208+112+245=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #D070F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070F5 is #2F8F0A. Grayscale: #9B9B9B. Windows color (decimal): -3116811 or 16085200. OLE color: 16085200.

HSL color Cylindrical-coordinate representation of color #D070F5: hue angle of 283.31º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D070F5 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208112245-
CMYK0.150.5400.04
HSL283.31º86.93%70%-
HSV(B)283.31º54.29%96.08%-
XYZ48.2931.5989.94-
YUV155.87178.3165.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 112 (44.14% from 255) = 19.82%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=36.81%
G=19.82%
B=43.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081122450.150.5400.04283.3186.9370
HexD070F5F360411b5746
Octal320160365176604433127106
Binary110100001110000111101011111110110010010001101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070F5; }

 p { color: rgb(208,112,245); }

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

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

 a { background-color: rgb(208,112,245); }

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

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

 span { border-color: rgb(208,112,245); }

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