#D172F5

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

Shades of Heliotrope #D172F5

Tints of Heliotrope #D172F5

Color information

#D172F5 (or 0xD172F5) is unknown color: approx Heliotrope. HEX triplet: D1, 72 and F5. RGB value is (209,114,245). Sum of RGB (Red+Green+Blue) = 209+114+245=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #D172F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172F5 is #2E8D0A. Grayscale: #9C9C9C. Windows color (decimal): -3050763 or 16085713. OLE color: 16085713.

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

Color convert

RGB209114245-
CMYK0.150.5300.04
HSL283.51º86.75%70.39%-
HSV(B)283.51º53.47%96.08%-
XYZ48.7932.1890.03-
YUV157.34177.47164.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=36.80%
G=20.07%
B=43.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091142450.150.5300.04283.5186.7570.39
HexD172F5F350411c5746
Octal321162365176504434127106
Binary110100011110010111101011111110101010010001110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172F5; }

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

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

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

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

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

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

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

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