#D885FB

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

Shades of Heliotrope #D885FB

Tints of Heliotrope #D885FB

Color information

#D885FB (or 0xD885FB) is unknown color: approx Heliotrope. HEX triplet: D8, 85 and FB. RGB value is (216,133,251). Sum of RGB (Red+Green+Blue) = 216+133+251=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #D885FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885FB is #277A04. Grayscale: #AAAAAA. Windows color (decimal): -2587141 or 16483800. OLE color: 16483800.

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

Color convert

RGB216133251-
CMYK0.140.4700.02
HSL282.2º93.65%75.29%-
HSV(B)282.2º47.01%98.43%-
XYZ54.1238.3495.81-
YUV171.27173159.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 133 (52.34% from 255) = 22.17%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=36%
G=22.17%
B=41.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161332510.140.4700.02282.293.6575.29
HexD885FBE2F0211a5e4b
Octal330205373165702432136113
Binary110110001000010111111011111010111101010001101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885FB; }

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

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

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

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

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

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

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

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