Html Css Color HEX #D473A3 Hopbush

📋 copy color: '#D473A3'

red 212 ◦ green 115 ◦ blue 163

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

Shades of Hopbush #D473A3

Tints of Hopbush #D473A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.27%

R = 43.27%
G = 23.47%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D473A3 (or 0xD473A3) is known color: Hopbush. HEX triplet: D4, 73 and A3. RGB value is (212,115,163). Sum of RGB (Red+Green+Blue) = 212+115+163=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D473A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473A3 is #2B8C5C. Grayscale: #959595. Windows color (decimal): -2853981 or 10712020. OLE color: 10712020.

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

Color convert

RGB 212 115 163 -
CMYK 0 0.46 0.23 0.17
HSL 330.31º 0.53% 0.64% -
HSV(B) 330.31º 0.46% 0.83% -
XYZ 39.89 28.9 38.13 -
YUV 149.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 212 115 163 0 0.46 0.23 0.17 330.31 0.53 0.64
Hex D4 73 A3 0 2E 17 11 14A 35 40
Octal 324 163 243 0 56 27 21 512 65 100
Binary 11010100 1110011 10100011 0 101110 10111 10001 101001010 110101 1000000

Color Harmonies of #D473A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473A3

Black with #D473A3

Text Example


Text Example

White with #D473A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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