#D370AA

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

Shades of Hopbush #D370AA

Tints of Hopbush #D370AA

Color information

#D370AA (or 0xD370AA) is unknown color: approx Hopbush. HEX triplet: D3, 70 and AA. RGB value is (211,112,170). Sum of RGB (Red+Green+Blue) = 211+112+170=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D370AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D370AA is #2C8F55. Grayscale: #949494. Windows color (decimal): -2920278 or 11170003. OLE color: 11170003.

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

Color convert

RGB211112170-
CMYK00.470.190.17
HSL324.85º52.94%63.33%-
HSV(B)324.85º46.92%82.75%-
XYZ39.9128.3441.4-
YUV148.21140.3172.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=42.80%
G=22.72%
B=34.48%

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
Decimal21111217000.470.190.17324.8552.9463.33
HexD370AA02F1311145353f
Octal32316025205723215056577
Binary1101001111100001010101001011111001110001101000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D370AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D370AA; }

 p { color: rgb(211,112,170); }

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

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

 a { background-color: rgb(211,112,170); }

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

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

 span { border-color: rgb(211,112,170); }

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