#D472A3

Color #D472A3 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D472A3

Tints of Hopbush #D472A3

Color information

#D472A3 (or 0xD472A3) is unknown color: approx 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

RGB212114163-
CMYK00.460.230.17
HSL330º53.26%63.92%-
HSV(B)330º46.23%83.14%-
XYZ39.7828.6838.09-
YUV148.89135.97173.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211416300.460.230.1733053.2663.92
HexD472A302E171114a3540
Octal324162243056272151265100
Binary11010100111001010100011010111010111100011010010101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D472A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>