#D46382

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

Shades of Charm #D46382

Tints of Charm #D46382

Color information

#D46382 (or 0xD46382) is unknown color: approx Charm. HEX triplet: D4, 63 and 82. RGB value is (212,99,130). Sum of RGB (Red+Green+Blue) = 212+99+130=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46382 is #2B9C7D. Grayscale: #888888. Windows color (decimal): -2858110 or 8545236. OLE color: 8545236.

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

Color convert

RGB21299130-
CMYK00.530.390.17
HSL343.54º56.78%60.98%-
HSV(B)343.54º53.3%83.14%-
XYZ35.6424.5323.98-
YUV136.32124.44181.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=48.07%
G=22.45%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129913000.530.390.17343.5456.7860.98
HexD463820352711158393d
Octal32414320206547215307175
Binary11010100110001110000010011010110011110001101011000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46382; }

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

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

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

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

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

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

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

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