#D58083

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

Shades of Charm #D58083

Tints of Charm #D58083

Color information

#D58083 (or 0xD58083) is unknown color: approx Charm. HEX triplet: D5, 80 and 83. RGB value is (213,128,131). Sum of RGB (Red+Green+Blue) = 213+128+131=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D58083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58083 is #2A7F7C. Grayscale: #999999. Windows color (decimal): -2785149 or 8618197. OLE color: 8618197.

HSL color Cylindrical-coordinate representation of color #D58083: hue angle of 357.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58083 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213128131-
CMYK00.400.380.16
HSL357.88º50.3%66.86%-
HSV(B)357.88º39.91%83.53%-
XYZ39.2631.2225.43-
YUV153.76115.16170.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=45.13%
G=27.12%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312813100.400.380.16357.8850.366.86
HexD5808302826101663243
Octal325200203050462054662103
Binary1101010110000000100000110101000100110100001011001101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58083; }

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

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

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

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

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

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

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

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