#D470AC

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

Shades of Hopbush #D470AC

Tints of Hopbush #D470AC

Color information

#D470AC (or 0xD470AC) is unknown color: approx Hopbush. HEX triplet: D4, 70 and AC. RGB value is (212,112,172). Sum of RGB (Red+Green+Blue) = 212+112+172=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D470AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470AC is #2B8F53. Grayscale: #949494. Windows color (decimal): -2854740 or 11301076. OLE color: 11301076.

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

Color convert

RGB212112172-
CMYK00.470.190.17
HSL324º53.76%63.53%-
HSV(B)324º47.17%83.14%-
XYZ40.3928.5642.41-
YUV148.74141.13173.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=42.74%
G=22.58%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211217200.470.190.1732453.7663.53
HexD470AC02F13111443640
Octal324160254057232150466100
Binary11010100111000010101100010111110011100011010001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470AC; }

 p { color: rgb(212,112,172); }

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

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

 a { background-color: rgb(212,112,172); }

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

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

 span { border-color: rgb(212,112,172); }

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