#D58085

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

Shades of Charm #D58085

Tints of Charm #D58085

Color information

#D58085 (or 0xD58085) is unknown color: approx Charm. HEX triplet: D5, 80 and 85. RGB value is (213,128,133). Sum of RGB (Red+Green+Blue) = 213+128+133=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D58085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58085 is #2A7F7A. Grayscale: #9A9A9A. Windows color (decimal): -2785147 or 8749269. OLE color: 8749269.

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

Color convert

RGB213128133-
CMYK00.400.380.16
HSL356.47º50.3%66.86%-
HSV(B)356.47º39.91%83.53%-
XYZ39.3931.2826.15-
YUV153.98116.16170.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=44.94%
G=27.00%
B=28.06%

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
Decimal21312813300.400.380.16356.4750.366.86
HexD5808502826101643243
Octal325200205050462054462103
Binary1101010110000000100001010101000100110100001011001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58085; }

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

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

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

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

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

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

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

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