#D0818E

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

Shades of Charm #D0818E

Tints of Charm #D0818E

Color information

#D0818E (or 0xD0818E) is unknown color: approx Charm. HEX triplet: D0, 81 and 8E. RGB value is (208,129,142). Sum of RGB (Red+Green+Blue) = 208+129+142=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818E is #2F7E71. Grayscale: #9A9A9A. Windows color (decimal): -3112562 or 9339344. OLE color: 9339344.

HSL color Cylindrical-coordinate representation of color #D0818E: hue angle of 350.13º 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 #D0818E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208129142-
CMYK00.380.320.18
HSL350.13º45.66%66.08%-
HSV(B)350.13º37.98%81.57%-
XYZ38.7531.0629.54-
YUV154.1121.17166.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=43.42%
G=26.93%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812914200.380.320.18350.1345.6666.08
HexD0818E026201215e2e42
Octal320201216046402253656102
Binary1101000010000001100011100100110100000100101010111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0818E; }

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

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

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

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

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

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

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

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