#D881FC

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

Shades of Heliotrope #D881FC

Tints of Heliotrope #D881FC

Color information

#D881FC (or 0xD881FC) is unknown color: approx Heliotrope. HEX triplet: D8, 81 and FC. RGB value is (216,129,252). Sum of RGB (Red+Green+Blue) = 216+129+252=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #D881FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881FC is #277E03. Grayscale: #A8A8A8. Windows color (decimal): -2588164 or 16548312. OLE color: 16548312.

HSL color Cylindrical-coordinate representation of color #D881FC: hue angle of 282.44º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D881FC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216129252-
CMYK0.140.4900.01
HSL282.44º95.35%74.71%-
HSV(B)282.44º48.81%98.82%-
XYZ53.7437.3396.47-
YUV169.04174.82161.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 129 (50.78% from 255) = 21.61%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=36.18%
G=21.61%
B=42.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161292520.140.4900.01282.4495.3574.71
HexD881FCE310111a5f4b
Octal330201374166101432137113
Binary11011000100000011111110011101100010110001101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881FC; }

 p { color: rgb(216,129,252); }

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

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

 a { background-color: rgb(216,129,252); }

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

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

 span { border-color: rgb(216,129,252); }

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