#D372A5

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

Shades of Hopbush #D372A5

Tints of Hopbush #D372A5

Color information

#D372A5 (or 0xD372A5) is unknown color: approx Hopbush. HEX triplet: D3, 72 and A5. RGB value is (211,114,165). Sum of RGB (Red+Green+Blue) = 211+114+165=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D372A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D372A5 is #2C8D5A. Grayscale: #949494. Windows color (decimal): -2919771 or 10842835. OLE color: 10842835.

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

Color convert

RGB211114165-
CMYK00.460.220.17
HSL328.45º52.43%63.73%-
HSV(B)328.45º45.97%82.75%-
XYZ39.6728.639.03-
YUV148.82137.14172.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=43.06%
G=23.27%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111416500.460.220.17328.4552.4363.73
HexD372A502E16111483440
Octal323162245056262151064100
Binary11010011111001010100101010111010110100011010010001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D372A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D372A5; }

 p { color: rgb(211,114,165); }

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

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

 a { background-color: rgb(211,114,165); }

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

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

 span { border-color: rgb(211,114,165); }

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