#d461a6

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

Shades of Hopbush #D461A6

Tints of Hopbush #D461A6

Color information

#D461A6 (or 0xD461A6) is unknown color: approx Hopbush. HEX triplet: D4, 61 and A6. RGB value is (212,97,166). Sum of RGB (Red+Green+Blue) = 212+97+166=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A6 is #2B9E59. Grayscale: #8B8B8B. Windows color (decimal): -2858586 or 10904020. OLE color: 10904020.

HSL color Cylindrical-coordinate representation of color #D461A6: hue angle of 324º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461A6 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21297166-
CMYK00.540.220.17
HSL324º57.21%60.59%-
HSV(B)324º54.25%83.14%-
XYZ38.3125.338.94-
YUV139.25143.1179.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=44.63%
G=20.42%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129716600.540.220.1732457.2160.59
HexD461A60361611144393d
Octal32414124606626215047175
Binary1101010011000011010011001101101011010001101000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d461a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d461a6; }

 p { color: rgb(212,97,166); }

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

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

 a { background-color: rgb(212,97,166); }

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

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

 span { border-color: rgb(212,97,166); }

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