#D58084

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

Shades of Charm #D58084

Tints of Charm #D58084

Color information

#D58084 (or 0xD58084) is unknown color: approx Charm. HEX triplet: D5, 80 and 84. RGB value is (213,128,132). Sum of RGB (Red+Green+Blue) = 213+128+132=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58084 is #2A7F7B. Grayscale: #999999. Windows color (decimal): -2785148 or 8683733. OLE color: 8683733.

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

Color convert

RGB213128132-
CMYK00.400.380.16
HSL357.18º50.3%66.86%-
HSV(B)357.18º39.91%83.53%-
XYZ39.3231.2525.79-
YUV153.87115.66170.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=45.03%
G=27.06%
B=27.91%

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
Decimal21312813200.400.380.16357.1850.366.86
HexD5808402826101653243
Octal325200204050462054562103
Binary1101010110000000100001000101000100110100001011001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58084; }

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

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

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

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

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

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

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

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