#D0818D

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

Shades of Charm #D0818D

Tints of Charm #D0818D

Color information

#D0818D (or 0xD0818D) is unknown color: approx Charm. HEX triplet: D0, 81 and 8D. RGB value is (208,129,141). Sum of RGB (Red+Green+Blue) = 208+129+141=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818D is #2F7E72. Grayscale: #9A9A9A. Windows color (decimal): -3112563 or 9273808. OLE color: 9273808.

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

Color convert

RGB208129141-
CMYK00.380.320.18
HSL350.89º45.66%66.08%-
HSV(B)350.89º37.98%81.57%-
XYZ38.6731.0329.15-
YUV153.99120.67166.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=43.51%
G=26.99%
B=29.50%

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
Decimal20812914100.380.320.18350.8945.6666.08
HexD0818D026201215f2e42
Octal320201215046402253756102
Binary1101000010000001100011010100110100000100101010111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0818D; }

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

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

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

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

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

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

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

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