#D85AF1

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

Shades of Heliotrope #D85AF1

Tints of Heliotrope #D85AF1

Color information

#D85AF1 (or 0xD85AF1) is unknown color: approx Heliotrope. HEX triplet: D8, 5A and F1. RGB value is (216,90,241). Sum of RGB (Red+Green+Blue) = 216+90+241=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #D85AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AF1 is #27A50E. Grayscale: #909090. Windows color (decimal): -2598159 or 15817432. OLE color: 15817432.

HSL color Cylindrical-coordinate representation of color #D85AF1: hue angle of 290.07º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85AF1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21690241-
CMYK0.100.6300.05
HSL290.07º84.36%64.9%-
HSV(B)290.07º62.66%94.51%-
XYZ47.8528.2686.15-
YUV144.89182.24178.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 90 (35.55% from 255) = 16.45%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=39.49%
G=16.45%
B=44.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal216902410.100.6300.05290.0784.3664.9
HexD85AF1A3F051225441
Octal330132361127705442124101
Binary110110001011010111100011010111111010110010001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85AF1; }

 p { color: rgb(216,90,241); }

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

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

 a { background-color: rgb(216,90,241); }

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

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

 span { border-color: rgb(216,90,241); }

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