#D46881

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

Shades of Charm #D46881

Tints of Charm #D46881

Color information

#D46881 (or 0xD46881) is unknown color: approx Charm. HEX triplet: D4, 68 and 81. RGB value is (212,104,129). Sum of RGB (Red+Green+Blue) = 212+104+129=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D46881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46881 is #2B977E. Grayscale: #8B8B8B. Windows color (decimal): -2856831 or 8480980. OLE color: 8480980.

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

Color convert

RGB212104129-
CMYK00.510.390.17
HSL346.11º55.67%61.96%-
HSV(B)346.11º50.94%83.14%-
XYZ36.0625.4823.79-
YUV139.14122.28179.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=47.64%
G=23.37%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210412900.510.390.17346.1155.6761.96
HexD46881033271115a383e
Octal32415020106347215327076
Binary11010100110100010000001011001110011110001101011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46881; }

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

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

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

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

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

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

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

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