#D5818C

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

Shades of Charm #D5818C

Tints of Charm #D5818C

Color information

#D5818C (or 0xD5818C) is unknown color: approx Charm. HEX triplet: D5, 81 and 8C. RGB value is (213,129,140). Sum of RGB (Red+Green+Blue) = 213+129+140=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5818C is #2A7E73. Grayscale: #9B9B9B. Windows color (decimal): -2784884 or 9208277. OLE color: 9208277.

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

Color convert

RGB213129140-
CMYK00.390.340.16
HSL352.14º50%67.06%-
HSV(B)352.14º39.44%83.53%-
XYZ40.0231.7428.83-
YUV155.37119.33169.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=44.19%
G=26.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312914000.390.340.16352.145067.06
HexD5818C02722101603243
Octal325201214047422054062103
Binary1101010110000001100011000100111100010100001011000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5818C; }

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

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

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

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

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

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

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

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