#D0818A

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

Shades of Charm #D0818A

Tints of Charm #D0818A

Color information

#D0818A (or 0xD0818A) is unknown color: approx Charm. HEX triplet: D0, 81 and 8A. RGB value is (208,129,138). Sum of RGB (Red+Green+Blue) = 208+129+138=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818A is #2F7E75. Grayscale: #999999. Windows color (decimal): -3112566 or 9077200. OLE color: 9077200.

HSL color Cylindrical-coordinate representation of color #D0818A: hue angle of 353.16º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0818A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208129138-
CMYK00.380.340.18
HSL353.16º45.66%66.08%-
HSV(B)353.16º37.98%81.57%-
XYZ38.4530.9527.99-
YUV153.65119.17166.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=43.79%
G=27.16%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812913800.380.340.18353.1645.6666.08
HexD0818A02622121612e42
Octal320201212046422254156102
Binary1101000010000001100010100100110100010100101011000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0818A; }

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

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

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

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

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

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

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

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