#D5818F

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

Shades of Charm #D5818F

Tints of Charm #D5818F

Color information

#D5818F (or 0xD5818F) is unknown color: approx Charm. HEX triplet: D5, 81 and 8F. RGB value is (213,129,143). Sum of RGB (Red+Green+Blue) = 213+129+143=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5818F is #2A7E70. Grayscale: #9B9B9B. Windows color (decimal): -2784881 or 9404885. OLE color: 9404885.

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

Color convert

RGB213129143-
CMYK00.390.330.16
HSL350º50%67.06%-
HSV(B)350º39.44%83.53%-
XYZ40.2531.8330.01-
YUV155.71120.83168.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=43.92%
G=26.60%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312914300.390.330.163505067.06
HexD5818F027211015e3243
Octal325201217047412053662103
Binary1101010110000001100011110100111100001100001010111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5818F; }

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

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

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

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

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

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

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

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