#D872F2

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

Shades of Heliotrope #D872F2

Tints of Heliotrope #D872F2

Color information

#D872F2 (or 0xD872F2) is unknown color: approx Heliotrope. HEX triplet: D8, 72 and F2. RGB value is (216,114,242). Sum of RGB (Red+Green+Blue) = 216+114+242=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #D872F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872F2 is #278D0D. Grayscale: #9E9E9E. Windows color (decimal): -2592014 or 15889112. OLE color: 15889112.

HSL color Cylindrical-coordinate representation of color #D872F2: hue angle of 287.81º degrees, saturation: 0.83, 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 #D872F2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216114242-
CMYK0.110.5300.05
HSL287.81º83.12%69.8%-
HSV(B)287.81º52.89%94.9%-
XYZ50.3633.0487.73-
YUV159.09174.79168.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 114 (44.92% from 255) = 19.93%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=37.76%
G=19.93%
B=42.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161142420.110.5300.05287.8183.1269.8
HexD872F2B35051205346
Octal330162362136505440123106
Binary110110001110010111100101011110101010110010000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872F2; }

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

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

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

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

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

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

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

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