#D58183

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

Shades of Charm #D58183

Tints of Charm #D58183

Color information

#D58183 (or 0xD58183) is unknown color: approx Charm. HEX triplet: D5, 81 and 83. RGB value is (213,129,131). Sum of RGB (Red+Green+Blue) = 213+129+131=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58183 is #2A7E7C. Grayscale: #9A9A9A. Windows color (decimal): -2784893 or 8618453. OLE color: 8618453.

HSL color Cylindrical-coordinate representation of color #D58183: hue angle of 358.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58183 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213129131-
CMYK00.390.380.16
HSL358.57º50%67.06%-
HSV(B)358.57º39.44%83.53%-
XYZ39.3931.4925.47-
YUV154.34114.83169.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=45.03%
G=27.27%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312913100.390.380.16358.575067.06
HexD5818302726101673243
Octal325201203047462054762103
Binary1101010110000001100000110100111100110100001011001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58183; }

 p { color: rgb(213,129,131); }

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

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

 a { background-color: rgb(213,129,131); }

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

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

 span { border-color: rgb(213,129,131); }

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