#D46981

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

Shades of Charm #D46981

Tints of Charm #D46981

Color information

#D46981 (or 0xD46981) is unknown color: approx Charm. HEX triplet: D4, 69 and 81. RGB value is (212,105,129). Sum of RGB (Red+Green+Blue) = 212+105+129=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D46981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46981 is #2B967E. Grayscale: #8B8B8B. Windows color (decimal): -2856575 or 8481236. OLE color: 8481236.

HSL color Cylindrical-coordinate representation of color #D46981: hue angle of 346.54º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46981 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212105129-
CMYK00.500.390.17
HSL346.54º55.44%62.16%-
HSV(B)346.54º50.47%83.14%-
XYZ36.1725.6923.82-
YUV139.73121.95179.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=47.53%
G=23.54%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210512900.500.390.17346.5455.4462.16
HexD46981032271115b373e
Octal32415120106247215336776
Binary11010100110100110000001011001010011110001101011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46981; }

 p { color: rgb(212,105,129); }

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

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

 a { background-color: rgb(212,105,129); }

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

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

 span { border-color: rgb(212,105,129); }

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