#D85FFB

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

Shades of Heliotrope #D85FFB

Tints of Heliotrope #D85FFB

Color information

#D85FFB (or 0xD85FFB) is unknown color: approx Heliotrope. HEX triplet: D8, 5F and FB. RGB value is (216,95,251). Sum of RGB (Red+Green+Blue) = 216+95+251=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFB is #27A004. Grayscale: #949494. Windows color (decimal): -2596869 or 16474072. OLE color: 16474072.

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

Color convert

RGB21695251-
CMYK0.140.6200.02
HSL286.54º95.12%67.84%-
HSV(B)286.54º62.15%98.43%-
XYZ49.8229.7594.38-
YUV148.96185.59175.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 95 (37.5% from 255) = 16.90%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=38.43%
G=16.90%
B=44.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216952510.140.6200.02286.5495.1267.84
HexD85FFBE3E0211f5f44
Octal330137373167602437137104
Binary11011000101111111111011111011111001010001111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85FFB; }

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

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

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

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

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

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

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

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