#D1808F

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

Shades of Charm #D1808F

Tints of Charm #D1808F

Color information

#D1808F (or 0xD1808F) is unknown color: approx Charm. HEX triplet: D1, 80 and 8F. RGB value is (209,128,143). Sum of RGB (Red+Green+Blue) = 209+128+143=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1808F is #2E7F70. Grayscale: #999999. Windows color (decimal): -3047281 or 9404625. OLE color: 9404625.

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

Color convert

RGB209128143-
CMYK00.390.320.18
HSL348.89º46.82%66.08%-
HSV(B)348.89º38.76%81.96%-
XYZ38.9730.9829.91-
YUV153.93121.84167.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=43.54%
G=26.67%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912814300.390.320.18348.8946.8266.08
HexD1808F027201215d2f42
Octal321200217047402253557102
Binary1101000110000000100011110100111100000100101010111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1808F; }

 p { color: rgb(209,128,143); }

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

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

 a { background-color: rgb(209,128,143); }

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

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

 span { border-color: rgb(209,128,143); }

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