#D073E8

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

Shades of Heliotrope #D073E8

Tints of Heliotrope #D073E8

Color information

#D073E8 (or 0xD073E8) is unknown color: approx Heliotrope. HEX triplet: D0, 73 and E8. RGB value is (208,115,232). Sum of RGB (Red+Green+Blue) = 208+115+232=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #D073E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073E8 is #2F8C17. Grayscale: #9B9B9B. Windows color (decimal): -3116056 or 15234000. OLE color: 15234000.

HSL color Cylindrical-coordinate representation of color #D073E8: hue angle of 287.69º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D073E8 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208115232-
CMYK0.100.5000.09
HSL287.69º71.78%68.04%-
HSV(B)287.69º50.43%90.98%-
XYZ46.7131.579.96-
YUV156.15170.81164.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=37.48%
G=20.72%
B=41.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081152320.100.5000.09287.6971.7868.04
HexD073E8A32091204844
Octal3201633501262011440110104
Binary1101000011100111110100010101100100100110010000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073E8; }

 p { color: rgb(208,115,232); }

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

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

 a { background-color: rgb(208,115,232); }

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

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

 span { border-color: rgb(208,115,232); }

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