Html Css Color HEX #D471AF Hopbush

📋 copy color: '#D471AF'

red 212 ◦ green 113 ◦ blue 175

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

Shades of Hopbush #D471AF

Tints of Hopbush #D471AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 42.4%
G = 22.6%
B = 35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D471AF (or 0xD471AF) is known color: Hopbush. HEX triplet: D4, 71 and AF. RGB value is (212,113,175). Sum of RGB (Red+Green+Blue) = 212+113+175=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AF is #2B8E50. Grayscale: #959595. Windows color (decimal): -2854481 or 11497940. OLE color: 11497940.

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

Color convert

RGB 212 113 175 -
CMYK 0 0.47 0.17 0.17
HSL 322.42º 0.54% 0.64% -
HSV(B) 322.42º 0.47% 0.83% -
XYZ 40.79 28.9 43.99 -
YUV 149.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 212 113 175 0 0.47 0.17 0.17 322.42 0.54 0.64
Hex D4 71 AF 0 2F 11 11 142 36 40
Octal 324 161 257 0 57 21 21 502 66 100
Binary 11010100 1110001 10101111 0 101111 10001 10001 101000010 110110 1000000

Color Harmonies of #D471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471AF

Black with #D471AF

Text Example


Text Example

White with #D471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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