#D58088

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

Shades of Charm #D58088

Tints of Charm #D58088

Color information

#D58088 (or 0xD58088) is unknown color: approx Charm. HEX triplet: D5, 80 and 88. RGB value is (213,128,136). Sum of RGB (Red+Green+Blue) = 213+128+136=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D58088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58088 is #2A7F77. Grayscale: #9A9A9A. Windows color (decimal): -2785144 or 8945877. OLE color: 8945877.

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

Color convert

RGB213128136-
CMYK00.400.360.16
HSL354.35º50.3%66.86%-
HSV(B)354.35º39.91%83.53%-
XYZ39.631.3627.26-
YUV154.33117.66169.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=44.65%
G=26.83%
B=28.51%

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
Decimal21312813600.400.360.16354.3550.366.86
HexD5808802824101623243
Octal325200210050442054262103
Binary1101010110000000100010000101000100100100001011000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58088; }

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

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

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

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

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

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

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

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