#D58185

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

Shades of Charm #D58185

Tints of Charm #D58185

Color information

#D58185 (or 0xD58185) is unknown color: approx Charm. HEX triplet: D5, 81 and 85. RGB value is (213,129,133). Sum of RGB (Red+Green+Blue) = 213+129+133=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D58185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58185 is #2A7E7A. Grayscale: #9A9A9A. Windows color (decimal): -2784891 or 8749525. OLE color: 8749525.

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

Color convert

RGB213129133-
CMYK00.390.380.16
HSL357.14º50%67.06%-
HSV(B)357.14º39.44%83.53%-
XYZ39.5231.5426.19-
YUV154.57115.83169.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 133 (52.34% from 255) = 28%
R=44.84%
G=27.16%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312913300.390.380.16357.145067.06
HexD5818502726101653243
Octal325201205047462054562103
Binary1101010110000001100001010100111100110100001011001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58185; }

 p { color: rgb(213,129,133); }

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

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

 a { background-color: rgb(213,129,133); }

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

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

 span { border-color: rgb(213,129,133); }

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