#D872F1

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

Shades of Heliotrope #D872F1

Tints of Heliotrope #D872F1

Color information

#D872F1 (or 0xD872F1) is unknown color: approx Heliotrope. HEX triplet: D8, 72 and F1. RGB value is (216,114,241). Sum of RGB (Red+Green+Blue) = 216+114+241=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #D872F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872F1 is #278D0E. Grayscale: #9E9E9E. Windows color (decimal): -2592015 or 15823576. OLE color: 15823576.

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

Color convert

RGB216114241-
CMYK0.100.5300.05
HSL288.19º81.94%69.61%-
HSV(B)288.19º52.7%94.51%-
XYZ50.2132.9886.94-
YUV158.98174.29168.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 114 (44.92% from 255) = 19.96%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=37.83%
G=19.96%
B=42.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161142410.100.5300.05288.1981.9469.61
HexD872F1A35051205246
Octal330162361126505440122106
Binary110110001110010111100011010110101010110010000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872F1; }

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

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

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

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

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

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

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

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