#d074eb

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

Shades of Heliotrope #D074EB

Tints of Heliotrope #D074EB

Color information

#D074EB (or 0xD074EB) is unknown color: approx Heliotrope. HEX triplet: D0, 74 and EB. RGB value is (208,116,235). Sum of RGB (Red+Green+Blue) = 208+116+235=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #D074EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074EB is #2F8B14. Grayscale: #9C9C9C. Windows color (decimal): -3115797 or 15430864. OLE color: 15430864.

HSL color Cylindrical-coordinate representation of color #D074EB: hue angle of 286.39º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D074EB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208116235-
CMYK0.110.5100.08
HSL286.39º74.84%68.82%-
HSV(B)286.39º50.64%92.16%-
XYZ47.2531.982.26-
YUV157.07171.98164.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=37.21%
G=20.75%
B=42.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081162350.110.5100.08286.3974.8468.82
HexD074EBB330811e4b45
Octal3201643531363010436113105
Binary1101000011101001110101110111100110100010001111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d074eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d074eb; }

 p { color: rgb(208,116,235); }

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

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

 a { background-color: rgb(208,116,235); }

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

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

 span { border-color: rgb(208,116,235); }

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