Html Css Color HEX #D471AD Hopbush

📋 copy color: '#D471AD'

red 212 ◦ green 113 ◦ blue 173

#D471AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D471AD

Tints of Hopbush #D471AD

RGB

 RED value IS 212 (83.2% from 255) = 42.57%

 GREEN value IS 113 (44.53% from 255) = 22.69%

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 42.57%
G = 22.69%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D471AD (or 0xD471AD) is known color: Hopbush. HEX triplet: D4, 71 and AD. RGB value is (212,113,173). Sum of RGB (Red+Green+Blue) = 212+113+173=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AD is #2B8E52. Grayscale: #959595. Windows color (decimal): -2854483 or 11366868. OLE color: 11366868.

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

Color convert

RGB 212 113 173 -
CMYK 0 0.47 0.18 0.17
HSL 323.64º 0.54% 0.64% -
HSV(B) 323.64º 0.47% 0.83% -
XYZ 40.6 28.82 42.96 -
YUV 149.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 212 113 173 0 0.47 0.18 0.17 323.64 0.54 0.64
Hex D4 71 AD 0 2F 12 11 144 36 40
Octal 324 161 255 0 57 22 21 504 66 100
Binary 11010100 1110001 10101101 0 101111 10010 10001 101000100 110110 1000000

Color Harmonies of #D471AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471AD

Black with #D471AD

Text Example


Text Example

White with #D471AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471AD; }

 p { color: rgb(212,113,173); }

 H1.HeaderClassName
 {
   color: #D471AD;
 }
 .AnyTagClassName
 {
   color: #D471AD;
 }
</style>

background-color css

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

 a { background-color: rgb(212,113,173); }

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

border-color css

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

 span { border-color: rgb(212,113,173); }

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