#D57483

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

Shades of Charm #D57483

Tints of Charm #D57483

Color information

#D57483 (or 0xD57483) is unknown color: approx Charm. HEX triplet: D5, 74 and 83. RGB value is (213,116,131). Sum of RGB (Red+Green+Blue) = 213+116+131=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57483 is #2A8B7C. Grayscale: #929292. Windows color (decimal): -2788221 or 8615125. OLE color: 8615125.

HSL color Cylindrical-coordinate representation of color #D57483: hue angle of 350.72º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57483 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213116131-
CMYK00.460.380.16
HSL350.72º53.59%64.51%-
HSV(B)350.72º45.54%83.53%-
XYZ37.7828.2824.94-
YUV146.71119.14175.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=46.30%
G=25.22%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311613100.460.380.16350.7253.5964.51
HexD5748302E261015f3641
Octal325164203056462053766101
Binary110101011110100100000110101110100110100001010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57483; }

 p { color: rgb(213,116,131); }

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

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

 a { background-color: rgb(213,116,131); }

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

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

 span { border-color: rgb(213,116,131); }

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