Html Css Color HEX #D473AB Hopbush

📋 copy color: '#D473AB'

red 212 ◦ green 115 ◦ blue 171

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

Shades of Hopbush #D473AB

Tints of Hopbush #D473AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 42.57%
G = 23.09%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D473AB (or 0xD473AB) is known color: Hopbush. HEX triplet: D4, 73 and AB. RGB value is (212,115,171). Sum of RGB (Red+Green+Blue) = 212+115+171=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D473AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473AB is #2B8C54. Grayscale: #969696. Windows color (decimal): -2853973 or 11236308. OLE color: 11236308.

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

Color convert

RGB 212 115 171 -
CMYK 0 0.46 0.19 0.17
HSL 325.36º 0.53% 0.64% -
HSV(B) 325.36º 0.46% 0.83% -
XYZ 40.63 29.2 42.02 -
YUV 150.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 212 115 171 0 0.46 0.19 0.17 325.36 0.53 0.64
Hex D4 73 AB 0 2E 13 11 145 35 40
Octal 324 163 253 0 56 23 21 505 65 100
Binary 11010100 1110011 10101011 0 101110 10011 10001 101000101 110101 1000000

Color Harmonies of #D473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473AB

Black with #D473AB

Text Example


Text Example

White with #D473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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