#D163A4

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

Shades of Hopbush #D163A4

Tints of Hopbush #D163A4

Color information

#D163A4 (or 0xD163A4) is unknown color: approx Hopbush. HEX triplet: D1, 63 and A4. RGB value is (209,99,164). Sum of RGB (Red+Green+Blue) = 209+99+164=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D163A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163A4 is #2E9C5B. Grayscale: #8B8B8B. Windows color (decimal): -3054684 or 10773457. OLE color: 10773457.

HSL color Cylindrical-coordinate representation of color #D163A4: hue angle of 324.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163A4 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20999164-
CMYK00.530.220.18
HSL324.55º54.46%60.39%-
HSV(B)324.55º52.63%81.96%-
XYZ37.4625.1638-
YUV139.3141.94177.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=44.28%
G=20.97%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099916400.530.220.18324.5554.4660.39
HexD163A40351612145363c
Octal32114324406526225056674
Binary1101000111000111010010001101011011010010101000101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163A4; }

 p { color: rgb(209,99,164); }

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

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

 a { background-color: rgb(209,99,164); }

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

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

 span { border-color: rgb(209,99,164); }

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