Html Css Color HEX #D473A5 Hopbush

📋 copy color: '#D473A5'

red 212 ◦ green 115 ◦ blue 165

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

Shades of Hopbush #D473A5

Tints of Hopbush #D473A5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

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

R = 43.09%
G = 23.37%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D473A5 (or 0xD473A5) is known color: Hopbush. HEX triplet: D4, 73 and A5. RGB value is (212,115,165). Sum of RGB (Red+Green+Blue) = 212+115+165=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D473A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473A5 is #2B8C5A. Grayscale: #959595. Windows color (decimal): -2853979 or 10843092. OLE color: 10843092.

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

Color convert

RGB 212 115 165 -
CMYK 0 0.46 0.22 0.17
HSL 329.07º 0.53% 0.64% -
HSV(B) 329.07º 0.46% 0.83% -
XYZ 40.07 28.98 39.08 -
YUV 149.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 212 115 165 0 0.46 0.22 0.17 329.07 0.53 0.64
Hex D4 73 A5 0 2E 16 11 149 35 40
Octal 324 163 245 0 56 26 21 511 65 100
Binary 11010100 1110011 10100101 0 101110 10110 10001 101001001 110101 1000000

Color Harmonies of #D473A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473A5

Black with #D473A5

Text Example


Text Example

White with #D473A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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