Html Css Color HEX #D472A3 Hopbush

📋 copy color: '#D472A3'

red 212 ◦ green 114 ◦ blue 163

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

Shades of Hopbush #D472A3

Tints of Hopbush #D472A3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

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

R = 43.35%
G = 23.31%
B = 33.33%

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

#D472A3 (or 0xD472A3) is known color: Hopbush. HEX triplet: D4, 72 and A3. RGB value is (212,114,163). Sum of RGB (Red+Green+Blue) = 212+114+163=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D472A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D472A3 is #2B8D5C. Grayscale: #949494. Windows color (decimal): -2854237 or 10711764. OLE color: 10711764.

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

Color convert

RGB 212 114 163 -
CMYK 0 0.46 0.23 0.17
HSL 330º 0.53% 0.64% -
HSV(B) 330º 0.46% 0.83% -
XYZ 39.78 28.68 38.09 -
YUV 148.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 212 114 163 0 0.46 0.23 0.17 330 0.53 0.64
Hex D4 72 A3 0 2E 17 11 14A 35 40
Octal 324 162 243 0 56 27 21 512 65 100
Binary 11010100 1110010 10100011 0 101110 10111 10001 101001010 110101 1000000

Color Harmonies of #D472A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472A3

Black with #D472A3

Text Example


Text Example

White with #D472A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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