#D881F1

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

Shades of Heliotrope #D881F1

Tints of Heliotrope #D881F1

Color information

#D881F1 (or 0xD881F1) is unknown color: approx Heliotrope. HEX triplet: D8, 81 and F1. RGB value is (216,129,241). Sum of RGB (Red+Green+Blue) = 216+129+241=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #D881F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881F1 is #277E0E. Grayscale: #A7A7A7. Windows color (decimal): -2588175 or 15827416. OLE color: 15827416.

HSL color Cylindrical-coordinate representation of color #D881F1: hue angle of 286.61º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D881F1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216129241-
CMYK0.100.4600.05
HSL286.61º80%72.55%-
HSV(B)286.61º46.47%94.51%-
XYZ52.0536.6587.55-
YUV167.78169.32162.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=36.86%
G=22.01%
B=41.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161292410.100.4600.05286.618072.55
HexD881F1A2E0511f5049
Octal330201361125605437120111
Binary1101100010000001111100011010101110010110001111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881F1; }

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

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

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

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

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

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

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

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