#D46983

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

Shades of Charm #D46983

Tints of Charm #D46983

Color information

#D46983 (or 0xD46983) is unknown color: approx Charm. HEX triplet: D4, 69 and 83. RGB value is (212,105,131). Sum of RGB (Red+Green+Blue) = 212+105+131=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46983 is #2B967C. Grayscale: #8B8B8B. Windows color (decimal): -2856573 or 8612308. OLE color: 8612308.

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

Color convert

RGB212105131-
CMYK00.500.380.17
HSL345.42º55.44%62.16%-
HSV(B)345.42º50.47%83.14%-
XYZ36.325.7424.53-
YUV139.96122.95179.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=47.32%
G=23.44%
B=29.24%

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
Decimal21210513100.500.380.17345.4255.4462.16
HexD469830322611159373e
Octal32415120306246215316776
Binary11010100110100110000011011001010011010001101011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46983; }

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

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

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

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

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

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

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

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