#D077F2

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

Shades of Heliotrope #D077F2

Tints of Heliotrope #D077F2

Color information

#D077F2 (or 0xD077F2) is unknown color: approx Heliotrope. HEX triplet: D0, 77 and F2. RGB value is (208,119,242). Sum of RGB (Red+Green+Blue) = 208+119+242=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #D077F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077F2 is #2F880D. Grayscale: #9F9F9F. Windows color (decimal): -3115022 or 15890384. OLE color: 15890384.

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

Color convert

RGB208119242-
CMYK0.140.5100.05
HSL283.41º82.55%70.78%-
HSV(B)283.41º50.83%94.9%-
XYZ48.6433.0187.81-
YUV159.63174.49162.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 119 (46.88% from 255) = 20.91%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=36.56%
G=20.91%
B=42.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081192420.140.5100.05283.4182.5570.78
HexD077F2E330511b5347
Octal320167362166305433123107
Binary110100001110111111100101110110011010110001101110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D077F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D077F2; }

 p { color: rgb(208,119,242); }

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

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

 a { background-color: rgb(208,119,242); }

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

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

 span { border-color: rgb(208,119,242); }

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