#D074F3

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

Shades of Heliotrope #D074F3

Tints of Heliotrope #D074F3

Color information

#D074F3 (or 0xD074F3) is unknown color: approx Heliotrope. HEX triplet: D0, 74 and F3. RGB value is (208,116,243). Sum of RGB (Red+Green+Blue) = 208+116+243=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #D074F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074F3 is #2F8B0C. Grayscale: #9D9D9D. Windows color (decimal): -3115789 or 15955152. OLE color: 15955152.

HSL color Cylindrical-coordinate representation of color #D074F3: hue angle of 283.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D074F3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208116243-
CMYK0.140.5200.05
HSL283.46º84.11%70.39%-
HSV(B)283.46º52.26%95.29%-
XYZ48.4432.3788.49-
YUV157.99175.98163.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=36.68%
G=20.46%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081162430.140.5200.05283.4684.1170.39
HexD074F3E340511b5446
Octal320164363166405433124106
Binary110100001110100111100111110110100010110001101110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074F3; }

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

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

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

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

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

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

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

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