#D074FA

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

Shades of Heliotrope #D074FA

Tints of Heliotrope #D074FA

Color information

#D074FA (or 0xD074FA) is unknown color: approx Heliotrope. HEX triplet: D0, 74 and FA. RGB value is (208,116,250). Sum of RGB (Red+Green+Blue) = 208+116+250=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #D074FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074FA is #2F8B05. Grayscale: #9E9E9E. Windows color (decimal): -3115782 or 16413904. OLE color: 16413904.

HSL color Cylindrical-coordinate representation of color #D074FA: hue angle of 281.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D074FA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208116250-
CMYK0.170.5400.02
HSL281.19º93.06%71.76%-
HSV(B)281.19º53.6%98.04%-
XYZ49.5132.894.16-
YUV158.78179.48163.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 116 (45.70% from 255) = 20.21%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=36.24%
G=20.21%
B=43.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081162500.170.5400.02281.1993.0671.76
HexD074FA1136021195d48
Octal320164372216602431135110
Binary110100001110100111110101000111011001010001100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074FA; }

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

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

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

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

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

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

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

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