#D470AE

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

Shades of Hopbush #D470AE

Tints of Hopbush #D470AE

Color information

#D470AE (or 0xD470AE) is unknown color: approx Hopbush. HEX triplet: D4, 70 and AE. RGB value is (212,112,174). Sum of RGB (Red+Green+Blue) = 212+112+174=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D470AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470AE is #2B8F51. Grayscale: #949494. Windows color (decimal): -2854738 or 11432148. OLE color: 11432148.

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

Color convert

RGB212112174-
CMYK00.470.180.17
HSL322.8º53.76%63.53%-
HSV(B)322.8º47.17%83.14%-
XYZ40.5928.6443.43-
YUV148.97142.13172.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=42.57%
G=22.49%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211217400.470.180.17322.853.7663.53
HexD470AE02F12111433640
Octal324160256057222150366100
Binary11010100111000010101110010111110010100011010000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470AE; }

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

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

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

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

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

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

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

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