#D461A3

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

Shades of Hopbush #D461A3

Tints of Hopbush #D461A3

Color information

#D461A3 (or 0xD461A3) is unknown color: approx Hopbush. HEX triplet: D4, 61 and A3. RGB value is (212,97,163). Sum of RGB (Red+Green+Blue) = 212+97+163=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A3 is #2B9E5C. Grayscale: #8A8A8A. Windows color (decimal): -2858589 or 10707412. OLE color: 10707412.

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

Color convert

RGB21297163-
CMYK00.540.230.17
HSL325.57º57.21%60.59%-
HSV(B)325.57º54.25%83.14%-
XYZ38.0425.1937.51-
YUV138.91141.6180.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=44.92%
G=20.55%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129716300.540.230.17325.5757.2160.59
HexD461A30361711146393d
Octal32414124306627215067175
Binary1101010011000011010001101101101011110001101000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461A3; }

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

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

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

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

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

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

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

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