#D586FE

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

Shades of Heliotrope #D586FE

Tints of Heliotrope #D586FE

Color information

#D586FE (or 0xD586FE) is unknown color: approx Heliotrope. HEX triplet: D5, 86 and FE. RGB value is (213,134,254). Sum of RGB (Red+Green+Blue) = 213+134+254=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D586FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D586FE is #2A7901. Grayscale: #AAAAAA. Windows color (decimal): -2783490 or 16680661. OLE color: 16680661.

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

Color convert

RGB213134254-
CMYK0.160.4700.00
HSL279.5º98.36%76.08%-
HSV(B)279.5º47.24%99.61%-
XYZ53.8638.3598.33-
YUV171.3174.67157.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=35.44%
G=22.30%
B=42.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131342540.160.4700.00279.598.3676.08
HexD586FE102F00118624c
Octal325206376205700430142114
Binary110101011000011011111110100001011110010001100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586FE; }

 p { color: rgb(213,134,254); }

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

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

 a { background-color: rgb(213,134,254); }

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

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

 span { border-color: rgb(213,134,254); }

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