#D585FF

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

Shades of Heliotrope #D585FF

Tints of Heliotrope #D585FF

Color information

#D585FF (or 0xD585FF) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and FF. RGB value is (213,133,255). Sum of RGB (Red+Green+Blue) = 213+133+255=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D585FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585FF is #2A7A00. Grayscale: #AAAAAA. Windows color (decimal): -2783745 or 16745941. OLE color: 16745941.

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

Color convert

RGB213133255-
CMYK0.160.4800
HSL279.34º100%76.08%-
HSV(B)279.34º47.84%100%-
XYZ53.8838.1499.13-
YUV170.83175.5158.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 255 (100% from 255) = 42.43%
R=35.44%
G=22.13%
B=42.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131332550.160.4800279.3410076.08
HexD585FF103000117644c
Octal325205377206000427144114
Binary110101011000010111111111100001100000010001011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585FF; }

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

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

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

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

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

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

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

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