#D585F6

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

Shades of Heliotrope #D585F6

Tints of Heliotrope #D585F6

Color information

#D585F6 (or 0xD585F6) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and F6. RGB value is (213,133,246). Sum of RGB (Red+Green+Blue) = 213+133+246=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #D585F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585F6 is #2A7A09. Grayscale: #A9A9A9. Windows color (decimal): -2783754 or 16156117. OLE color: 16156117.

HSL color Cylindrical-coordinate representation of color #D585F6: hue angle of 282.48º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D585F6 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213133246-
CMYK0.130.4600.04
HSL282.48º86.26%74.31%-
HSV(B)282.48º45.93%96.47%-
XYZ52.4637.5891.68-
YUV169.8171158.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=35.98%
G=22.47%
B=41.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131332460.130.4600.04282.4886.2674.31
HexD585F6D2E0411a564a
Octal325205366155604432126112
Binary1101010110000101111101101101101110010010001101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585F6; }

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

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

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

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

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

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

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

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