#D070E9

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

Shades of Heliotrope #D070E9

Tints of Heliotrope #D070E9

Color information

#D070E9 (or 0xD070E9) is unknown color: approx Heliotrope. HEX triplet: D0, 70 and E9. RGB value is (208,112,233). Sum of RGB (Red+Green+Blue) = 208+112+233=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #D070E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070E9 is #2F8F16. Grayscale: #9A9A9A. Windows color (decimal): -3116823 or 15298768. OLE color: 15298768.

HSL color Cylindrical-coordinate representation of color #D070E9: hue angle of 287.6º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D070E9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208112233-
CMYK0.110.5200.09
HSL287.6º73.33%67.65%-
HSV(B)287.6º51.93%91.37%-
XYZ46.5130.8880.6-
YUV154.5172.3166.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=37.61%
G=20.25%
B=42.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081122330.110.5200.09287.673.3367.65
HexD070E9B34091204944
Octal3201603511364011440111104
Binary1101000011100001110100110111101000100110010000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070E9; }

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

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

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

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

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

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

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

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