#D585FE

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

Shades of Heliotrope #D585FE

Tints of Heliotrope #D585FE

Color information

#D585FE (or 0xD585FE) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and FE. RGB value is (213,133,254). Sum of RGB (Red+Green+Blue) = 213+133+254=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D585FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585FE is #2A7A01. Grayscale: #AAAAAA. Windows color (decimal): -2783746 or 16680405. OLE color: 16680405.

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

Color convert

RGB213133254-
CMYK0.160.4800.00
HSL279.67º98.37%75.88%-
HSV(B)279.67º47.64%99.61%-
XYZ53.7238.0898.28-
YUV170.71175158.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 133 (52.34% from 255) = 22.17%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=35.5%
G=22.17%
B=42.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131332540.160.4800.00279.6798.3775.88
HexD585FE103000118624c
Octal325205376206000430142114
Binary110101011000010111111110100001100000010001100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585FE; }

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

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

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

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

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

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

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

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