#D371AF

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

Shades of Hopbush #D371AF

Tints of Hopbush #D371AF

Color information

#D371AF (or 0xD371AF) is unknown color: approx Hopbush. HEX triplet: D3, 71 and AF. RGB value is (211,113,175). Sum of RGB (Red+Green+Blue) = 211+113+175=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D371AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D371AF is #2C8E50. Grayscale: #959595. Windows color (decimal): -2920017 or 11497939. OLE color: 11497939.

HSL color Cylindrical-coordinate representation of color #D371AF: hue angle of 322.04º degrees, saturation: 0.53, 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 #D371AF is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211113175-
CMYK00.460.170.17
HSL322.04º52.69%63.53%-
HSV(B)322.04º46.45%82.75%-
XYZ40.5128.7543.97-
YUV149.37142.47171.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.28%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=42.28%
G=22.65%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111317500.460.170.17322.0452.6963.53
HexD371AF02E11111423540
Octal323161257056212150265100
Binary11010011111000110101111010111010001100011010000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371AF; }

 p { color: rgb(211,113,175); }

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

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

 a { background-color: rgb(211,113,175); }

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

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

 span { border-color: rgb(211,113,175); }

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