#D7818A

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

Shades of Charm #D7818A

Tints of Charm #D7818A

Color information

#D7818A (or 0xD7818A) is unknown color: approx Charm. HEX triplet: D7, 81 and 8A. RGB value is (215,129,138). Sum of RGB (Red+Green+Blue) = 215+129+138=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7818A is #287E75. Grayscale: #9B9B9B. Windows color (decimal): -2653814 or 9077207. OLE color: 9077207.

HSL color Cylindrical-coordinate representation of color #D7818A: hue angle of 353.72º degrees, saturation: 0.52, 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 #D7818A is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215129138-
CMYK00.40.360.16
HSL353.72º51.81%67.45%-
HSV(B)353.72º40%84.31%-
XYZ40.4631.9828.09-
YUV155.74117.99170.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=44.61%
G=26.76%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512913800.40.360.16353.7251.8167.45
HexD7818A02824101623443
Octal327201212050442054264103
Binary1101011110000001100010100101000100100100001011000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7818A; }

 p { color: rgb(215,129,138); }

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

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

 a { background-color: rgb(215,129,138); }

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

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

 span { border-color: rgb(215,129,138); }

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