#D58089

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

Shades of Charm #D58089

Tints of Charm #D58089

Color information

#D58089 (or 0xD58089) is unknown color: approx Charm. HEX triplet: D5, 80 and 89. RGB value is (213,128,137). Sum of RGB (Red+Green+Blue) = 213+128+137=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58089 is #2A7F76. Grayscale: #9A9A9A. Windows color (decimal): -2785143 or 9011413. OLE color: 9011413.

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

Color convert

RGB213128137-
CMYK00.400.360.16
HSL353.65º50.3%66.86%-
HSV(B)353.65º39.91%83.53%-
XYZ39.6831.3927.63-
YUV154.44118.16169.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=44.56%
G=26.78%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312813700.400.360.16353.6550.366.86
HexD5808902824101623243
Octal325200211050442054262103
Binary1101010110000000100010010101000100100100001011000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58089; }

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

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

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

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

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

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

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

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