#D47B95

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

Shades of Charm #D47B95

Tints of Charm #D47B95

Color information

#D47B95 (or 0xD47B95) is unknown color: approx Charm. HEX triplet: D4, 7B and 95. RGB value is (212,123,149). Sum of RGB (Red+Green+Blue) = 212+123+149=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B95 is #2B846A. Grayscale: #989898. Windows color (decimal): -2851947 or 9796564. OLE color: 9796564.

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

Color convert

RGB212123149-
CMYK00.420.300.17
HSL342.47º50.86%65.69%-
HSV(B)342.47º41.98%83.14%-
XYZ39.6630.3332.2-
YUV152.57125.99170.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=43.80%
G=25.41%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212314900.420.300.17342.4750.8665.69
HexD47B9502A1E111563342
Octal324173225052362152663102
Binary11010100111101110010101010101011110100011010101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47B95; }

 p { color: rgb(212,123,149); }

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

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

 a { background-color: rgb(212,123,149); }

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

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

 span { border-color: rgb(212,123,149); }

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