#D582FF

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

Shades of Heliotrope #D582FF

Tints of Heliotrope #D582FF

Color information

#D582FF (or 0xD582FF) is unknown color: approx Heliotrope. HEX triplet: D5, 82 and FF. RGB value is (213,130,255). Sum of RGB (Red+Green+Blue) = 213+130+255=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D582FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D582FF is #2A7D00. Grayscale: #A8A8A8. Windows color (decimal): -2784513 or 16745173. OLE color: 16745173.

HSL color Cylindrical-coordinate representation of color #D582FF: hue angle of 279.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D582FF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213130255-
CMYK0.160.4900
HSL279.84º100%75.49%-
HSV(B)279.84º49.02%100%-
XYZ53.4737.3399-
YUV169.07176.5159.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 130 (51.17% from 255) = 21.74%
BLUE value IS 255 (100% from 255) = 42.64%
R=35.62%
G=21.74%
B=42.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131302550.160.4900279.8410075.49
HexD582FF103100118644b
Octal325202377206100430144113
Binary110101011000001011111111100001100010010001100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582FF; }

 p { color: rgb(213,130,255); }

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

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

 a { background-color: rgb(213,130,255); }

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

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

 span { border-color: rgb(213,130,255); }

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