Html Css Color HEX #D471A5 Hopbush

📋 copy color: '#D471A5'

red 212 ◦ green 113 ◦ blue 165

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

Shades of Hopbush #D471A5

Tints of Hopbush #D471A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 43.27%
G = 23.06%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D471A5 (or 0xD471A5) is known color: Hopbush. HEX triplet: D4, 71 and A5. RGB value is (212,113,165). Sum of RGB (Red+Green+Blue) = 212+113+165=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D471A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471A5 is #2B8E5A. Grayscale: #949494. Windows color (decimal): -2854491 or 10842580. OLE color: 10842580.

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

Color convert

RGB 212 113 165 -
CMYK 0 0.47 0.22 0.17
HSL 328.48º 0.54% 0.64% -
HSV(B) 328.48º 0.47% 0.83% -
XYZ 39.85 28.52 39 -
YUV 148.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 212 113 165 0 0.47 0.22 0.17 328.48 0.54 0.64
Hex D4 71 A5 0 2F 16 11 148 36 40
Octal 324 161 245 0 57 26 21 510 66 100
Binary 11010100 1110001 10100101 0 101111 10110 10001 101001000 110110 1000000

Color Harmonies of #D471A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471A5

Black with #D471A5

Text Example


Text Example

White with #D471A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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