#D47A90

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

Shades of Charm #D47A90

Tints of Charm #D47A90

Color information

#D47A90 (or 0xD47A90) is unknown color: approx Charm. HEX triplet: D4, 7A and 90. RGB value is (212,122,144). Sum of RGB (Red+Green+Blue) = 212+122+144=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A90 is #2B856F. Grayscale: #979797. Windows color (decimal): -2852208 or 9468628. OLE color: 9468628.

HSL color Cylindrical-coordinate representation of color #D47A90: hue angle of 345.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A90 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212122144-
CMYK00.420.320.17
HSL345.33º51.14%65.49%-
HSV(B)345.33º42.45%83.14%-
XYZ39.1429.9330.1-
YUV151.42123.82171.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=44.35%
G=25.52%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212214400.420.320.17345.3351.1465.49
HexD47A9002A20111593341
Octal324172220052402153163101
Binary110101001111010100100000101010100000100011010110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A90; }

 p { color: rgb(212,122,144); }

 H1.HeaderClassName
 {
   color: #D47A90;
 }
 .AnyTagClassName
 {
   color: #D47A90;
 }
</style>
background-color css

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

 a { background-color: rgb(212,122,144); }

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

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

 span { border-color: rgb(212,122,144); }

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