Html Css Color HEX #D473B2 Hopbush

📋 copy color: '#D473B2'

red 212 ◦ green 115 ◦ blue 178

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

Shades of Hopbush #D473B2

Tints of Hopbush #D473B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 41.98%
G = 22.77%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D473B2 (or 0xD473B2) is known color: Hopbush. HEX triplet: D4, 73 and B2. RGB value is (212,115,178). Sum of RGB (Red+Green+Blue) = 212+115+178=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D473B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473B2 is #2B8C4D. Grayscale: #979797. Windows color (decimal): -2853966 or 11695060. OLE color: 11695060.

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

Color convert

RGB 212 115 178 -
CMYK 0 0.46 0.16 0.17
HSL 321.03º 0.53% 0.64% -
HSV(B) 321.03º 0.46% 0.83% -
XYZ 41.32 29.47 45.63 -
YUV 151.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 212 115 178 0 0.46 0.16 0.17 321.03 0.53 0.64
Hex D4 73 B2 0 2E 10 11 141 35 40
Octal 324 163 262 0 56 20 21 501 65 100
Binary 11010100 1110011 10110010 0 101110 10000 10001 101000001 110101 1000000

Color Harmonies of #D473B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473B2

Black with #D473B2

Text Example


Text Example

White with #D473B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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