#D46984

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

Shades of Charm #D46984

Tints of Charm #D46984

Color information

#D46984 (or 0xD46984) is unknown color: approx Charm. HEX triplet: D4, 69 and 84. RGB value is (212,105,132). Sum of RGB (Red+Green+Blue) = 212+105+132=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D46984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46984 is #2B967B. Grayscale: #8C8C8C. Windows color (decimal): -2856572 or 8677844. OLE color: 8677844.

HSL color Cylindrical-coordinate representation of color #D46984: hue angle of 344.86º 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 #D46984 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212105132-
CMYK00.500.380.17
HSL344.86º55.44%62.16%-
HSV(B)344.86º50.47%83.14%-
XYZ36.3725.7724.89-
YUV140.07123.45179.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=47.22%
G=23.39%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210513200.500.380.17344.8655.4462.16
HexD469840322611159373e
Octal32415120406246215316776
Binary11010100110100110000100011001010011010001101011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46984; }

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

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

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

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

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

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

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

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