#D47985

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

Shades of Charm #D47985

Tints of Charm #D47985

Color information

#D47985 (or 0xD47985) is unknown color: approx Charm. HEX triplet: D4, 79 and 85. RGB value is (212,121,133). Sum of RGB (Red+Green+Blue) = 212+121+133=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D47985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47985 is #2B867A. Grayscale: #959595. Windows color (decimal): -2852475 or 8747476. OLE color: 8747476.

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

Color convert

RGB212121133-
CMYK00.430.370.17
HSL352.09º51.41%65.29%-
HSV(B)352.09º42.92%83.14%-
XYZ38.2229.3725.84-
YUV149.58118.65172.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=45.49%
G=25.97%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212113300.430.370.17352.0951.4165.29
HexD4798502B25111603341
Octal324171205053452154063101
Binary110101001111001100001010101011100101100011011000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47985; }

 p { color: rgb(212,121,133); }

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

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

 a { background-color: rgb(212,121,133); }

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

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

 span { border-color: rgb(212,121,133); }

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