#D073EE

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

Shades of Heliotrope #D073EE

Tints of Heliotrope #D073EE

Color information

#D073EE (or 0xD073EE) is unknown color: approx Heliotrope. HEX triplet: D0, 73 and EE. RGB value is (208,115,238). Sum of RGB (Red+Green+Blue) = 208+115+238=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #D073EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073EE is #2F8C11. Grayscale: #9C9C9C. Windows color (decimal): -3116050 or 15627216. OLE color: 15627216.

HSL color Cylindrical-coordinate representation of color #D073EE: hue angle of 285.37º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D073EE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208115238-
CMYK0.130.5200.07
HSL285.37º78.34%69.22%-
HSV(B)285.37º51.68%93.33%-
XYZ47.5831.8484.53-
YUV156.83173.81164.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 115 (45.31% from 255) = 20.50%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=37.08%
G=20.50%
B=42.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081152380.130.5200.07285.3778.3469.22
HexD073EED340711d4e45
Octal320163356156407435116105
Binary110100001110011111011101101110100011110001110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073EE; }

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

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

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

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

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

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

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

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