#D872F5

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

Shades of Heliotrope #D872F5

Tints of Heliotrope #D872F5

Color information

#D872F5 (or 0xD872F5) is unknown color: approx Heliotrope. HEX triplet: D8, 72 and F5. RGB value is (216,114,245). Sum of RGB (Red+Green+Blue) = 216+114+245=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #D872F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872F5 is #278D0A. Grayscale: #9F9F9F. Windows color (decimal): -2592011 or 16085720. OLE color: 16085720.

HSL color Cylindrical-coordinate representation of color #D872F5: hue angle of 286.72º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D872F5 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216114245-
CMYK0.120.5300.04
HSL286.72º86.75%70.39%-
HSV(B)286.72º53.47%96.08%-
XYZ50.8233.2390.12-
YUV159.43176.29168.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 114 (44.92% from 255) = 19.83%
BLUE value IS 245 (96.09% from 255) = 42.61%
R=37.57%
G=19.83%
B=42.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161142450.120.5300.04286.7286.7570.39
HexD872F5C350411f5746
Octal330162365146504437127106
Binary110110001110010111101011100110101010010001111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872F5; }

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

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

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

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

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

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

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

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