#D461A9

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

Shades of Hopbush #D461A9

Tints of Hopbush #D461A9

Color information

#D461A9 (or 0xD461A9) is unknown color: approx Hopbush. HEX triplet: D4, 61 and A9. RGB value is (212,97,169). Sum of RGB (Red+Green+Blue) = 212+97+169=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A9 is #2B9E56. Grayscale: #8B8B8B. Windows color (decimal): -2858583 or 11100628. OLE color: 11100628.

HSL color Cylindrical-coordinate representation of color #D461A9: hue angle of 322.43º 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 #D461A9 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21297169-
CMYK00.540.200.17
HSL322.43º57.21%60.59%-
HSV(B)322.43º54.25%83.14%-
XYZ38.5925.4140.41-
YUV139.59144.6179.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=44.35%
G=20.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129716900.540.200.17322.4357.2160.59
HexD461A90361411142393d
Octal32414125106624215027175
Binary1101010011000011010100101101101010010001101000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461A9; }

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

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

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

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

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

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

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

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