#D585F1

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

Shades of Heliotrope #D585F1

Tints of Heliotrope #D585F1

Color information

#D585F1 (or 0xD585F1) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and F1. RGB value is (213,133,241). Sum of RGB (Red+Green+Blue) = 213+133+241=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D585F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585F1 is #2A7A0E. Grayscale: #A8A8A8. Windows color (decimal): -2783759 or 15828437. OLE color: 15828437.

HSL color Cylindrical-coordinate representation of color #D585F1: hue angle of 284.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D585F1 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213133241-
CMYK0.120.4500.05
HSL284.44º79.41%73.33%-
HSV(B)284.44º44.81%94.51%-
XYZ51.7137.2787.69-
YUV169.23168.5159.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=36.29%
G=22.66%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131332410.120.4500.05284.4479.4173.33
HexD585F1C2D0511c4f49
Octal325205361145505434117111
Binary1101010110000101111100011100101101010110001110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585F1; }

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

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

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

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

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

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

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

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