#d172f1

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

Shades of Heliotrope #D172F1

Tints of Heliotrope #D172F1

Color information

#D172F1 (or 0xD172F1) is unknown color: approx Heliotrope. HEX triplet: D1, 72 and F1. RGB value is (209,114,241). Sum of RGB (Red+Green+Blue) = 209+114+241=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #D172F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172F1 is #2E8D0E. Grayscale: #9C9C9C. Windows color (decimal): -3050767 or 15823569. OLE color: 15823569.

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

Color convert

RGB209114241-
CMYK0.130.5300.05
HSL284.88º81.94%69.61%-
HSV(B)284.88º52.7%94.51%-
XYZ48.1931.9486.84-
YUV156.88175.47165.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 114 (44.92% from 255) = 20.21%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=37.06%
G=20.21%
B=42.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091142410.130.5300.05284.8881.9469.61
HexD172F1D350511d5246
Octal321162361156505435122106
Binary110100011110010111100011101110101010110001110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d172f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d172f1; }

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

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

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

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

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

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

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

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