#D577FA

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

Shades of Heliotrope #D577FA

Tints of Heliotrope #D577FA

Color information

#D577FA (or 0xD577FA) is unknown color: approx Heliotrope. HEX triplet: D5, 77 and FA. RGB value is (213,119,250). Sum of RGB (Red+Green+Blue) = 213+119+250=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #D577FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577FA is #2A8805. Grayscale: #A1A1A1. Windows color (decimal): -2787334 or 16414677. OLE color: 16414677.

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

Color convert

RGB213119250-
CMYK0.150.5200.02
HSL283.05º92.91%72.35%-
HSV(B)283.05º52.4%98.04%-
XYZ51.2934.2494.35-
YUV162.04177.64164.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.60%
GREEN value IS 119 (46.88% from 255) = 20.45%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=36.60%
G=20.45%
B=42.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131192500.150.5200.02283.0592.9172.35
HexD577FAF340211b5d48
Octal325167372176402433135110
Binary11010101111011111111010111111010001010001101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577FA; }

 p { color: rgb(213,119,250); }

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

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

 a { background-color: rgb(213,119,250); }

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

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

 span { border-color: rgb(213,119,250); }

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