#d074ef

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

Shades of Heliotrope #D074EF

Tints of Heliotrope #D074EF

Color information

#D074EF (or 0xD074EF) is unknown color: approx Heliotrope. HEX triplet: D0, 74 and EF. RGB value is (208,116,239). Sum of RGB (Red+Green+Blue) = 208+116+239=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D074EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074EF is #2F8B10. Grayscale: #9D9D9D. Windows color (decimal): -3115793 or 15693008. OLE color: 15693008.

HSL color Cylindrical-coordinate representation of color #D074EF: hue angle of 284.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D074EF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208116239-
CMYK0.130.5100.06
HSL284.88º79.35%69.61%-
HSV(B)284.88º51.46%93.73%-
XYZ47.8432.1385.34-
YUV157.53173.98164-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 116 (45.70% from 255) = 20.60%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=36.94%
G=20.60%
B=42.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081162390.130.5100.06284.8879.3569.61
HexD074EFD330611d4f46
Octal320164357156306435117106
Binary110100001110100111011111101110011011010001110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d074ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d074ef; }

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

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

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

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

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

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

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

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