#D172B3

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

Shades of Hopbush #D172B3

Tints of Hopbush #D172B3

Color information

#D172B3 (or 0xD172B3) is unknown color: approx Hopbush. HEX triplet: D1, 72 and B3. RGB value is (209,114,179). Sum of RGB (Red+Green+Blue) = 209+114+179=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B3 is #2E8D4C. Grayscale: #959595. Windows color (decimal): -3050829 or 11760337. OLE color: 11760337.

HSL color Cylindrical-coordinate representation of color #D172B3: hue angle of 318.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172B3 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209114179-
CMYK00.450.140.18
HSL318.95º50.8%63.33%-
HSV(B)318.95º45.45%81.96%-
XYZ40.4528.8446.08-
YUV149.82144.47170.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=41.63%
G=22.71%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911417900.450.140.18318.9550.863.33
HexD172B302DE1213f333f
Octal32116226305516224776377
Binary110100011110010101100110101101111010010100111111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172B3; }

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

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

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

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

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

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

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

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