#D474AA

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

Shades of Hopbush #D474AA

Tints of Hopbush #D474AA

Color information

#D474AA (or 0xD474AA) is unknown color: approx Hopbush. HEX triplet: D4, 74 and AA. RGB value is (212,116,170). Sum of RGB (Red+Green+Blue) = 212+116+170=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D474AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D474AA is #2B8B55. Grayscale: #969696. Windows color (decimal): -2853718 or 11171028. OLE color: 11171028.

HSL color Cylindrical-coordinate representation of color #D474AA: hue angle of 326.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D474AA is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212116170-
CMYK00.450.200.17
HSL326.25º52.75%64.31%-
HSV(B)326.25º45.28%83.14%-
XYZ40.6529.3941.56-
YUV150.86138.8171.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=42.57%
G=23.29%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211617000.450.200.17326.2552.7564.31
HexD474AA02D14111463540
Octal324164252055242150665100
Binary11010100111010010101010010110110100100011010001101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474AA; }

 p { color: rgb(212,116,170); }

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

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

 a { background-color: rgb(212,116,170); }

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

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

 span { border-color: rgb(212,116,170); }

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