#D58090

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

Shades of Charm #D58090

Tints of Charm #D58090

Color information

#D58090 (or 0xD58090) is unknown color: approx Charm. HEX triplet: D5, 80 and 90. RGB value is (213,128,144). Sum of RGB (Red+Green+Blue) = 213+128+144=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D58090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58090 is #2A7F6F. Grayscale: #9B9B9B. Windows color (decimal): -2785136 or 9470165. OLE color: 9470165.

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

Color convert

RGB213128144-
CMYK00.400.320.16
HSL348.71º50.3%66.86%-
HSV(B)348.71º39.91%83.53%-
XYZ40.1931.630.37-
YUV155.24121.66169.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=43.92%
G=26.39%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312814400.400.320.16348.7150.366.86
HexD58090028201015d3243
Octal325200220050402053562103
Binary1101010110000000100100000101000100000100001010111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58090; }

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

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

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

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

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

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

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

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