#D46982

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

Shades of Charm #D46982

Tints of Charm #D46982

Color information

#D46982 (or 0xD46982) is unknown color: approx Charm. HEX triplet: D4, 69 and 82. RGB value is (212,105,130). Sum of RGB (Red+Green+Blue) = 212+105+130=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D46982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46982 is #2B967D. Grayscale: #8B8B8B. Windows color (decimal): -2856574 or 8546772. OLE color: 8546772.

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

Color convert

RGB212105130-
CMYK00.500.390.17
HSL345.98º55.44%62.16%-
HSV(B)345.98º50.47%83.14%-
XYZ36.2325.7124.17-
YUV139.84122.45179.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=47.43%
G=23.49%
B=29.08%

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
Decimal21210513000.500.390.17345.9855.4462.16
HexD46982032271115a373e
Octal32415120206247215326776
Binary11010100110100110000010011001010011110001101011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46982; }

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

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

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

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

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

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

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

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