#D885FE

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

Shades of Heliotrope #D885FE

Tints of Heliotrope #D885FE

Color information

#D885FE (or 0xD885FE) is unknown color: approx Heliotrope. HEX triplet: D8, 85 and FE. RGB value is (216,133,254). Sum of RGB (Red+Green+Blue) = 216+133+254=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #D885FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885FE is #277A01. Grayscale: #ABABAB. Windows color (decimal): -2587138 or 16680408. OLE color: 16680408.

HSL color Cylindrical-coordinate representation of color #D885FE: hue angle of 281.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D885FE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216133254-
CMYK0.150.4800.00
HSL281.16º98.37%75.88%-
HSV(B)281.16º47.64%99.61%-
XYZ54.638.5398.33-
YUV171.61174.5159.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=35.82%
G=22.06%
B=42.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161332540.150.4800.00281.1698.3775.88
HexD885FEF3000119624c
Octal330205376176000431142114
Binary11011000100001011111111011111100000010001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885FE; }

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

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

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

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

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

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

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

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