#D85DFB

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

Shades of Heliotrope #D85DFB

Tints of Heliotrope #D85DFB

Color information

#D85DFB (or 0xD85DFB) is unknown color: approx Heliotrope. HEX triplet: D8, 5D and FB. RGB value is (216,93,251). Sum of RGB (Red+Green+Blue) = 216+93+251=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFB is #27A204. Grayscale: #939393. Windows color (decimal): -2597381 or 16473560. OLE color: 16473560.

HSL color Cylindrical-coordinate representation of color #D85DFB: hue angle of 286.71º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85DFB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21693251-
CMYK0.140.6300.02
HSL286.71º95.18%67.45%-
HSV(B)286.71º62.95%98.43%-
XYZ49.6529.3994.32-
YUV147.79186.25176.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 93 (36.72% from 255) = 16.61%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=38.57%
G=16.61%
B=44.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216932510.140.6300.02286.7195.1867.45
HexD85DFBE3F0211f5f43
Octal330135373167702437137103
Binary11011000101110111111011111011111101010001111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DFB; }

 p { color: rgb(216,93,251); }

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

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

 a { background-color: rgb(216,93,251); }

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

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

 span { border-color: rgb(216,93,251); }

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