#D2808D

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

Shades of Charm #D2808D

Tints of Charm #D2808D

Color information

#D2808D (or 0xD2808D) is unknown color: approx Charm. HEX triplet: D2, 80 and 8D. RGB value is (210,128,141). Sum of RGB (Red+Green+Blue) = 210+128+141=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2808D is #2D7F72. Grayscale: #9A9A9A. Windows color (decimal): -2981747 or 9273554. OLE color: 9273554.

HSL color Cylindrical-coordinate representation of color #D2808D: hue angle of 350.49º degrees, saturation: 0.48, 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 #D2808D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210128141-
CMYK00.390.330.18
HSL350.49º47.67%66.27%-
HSV(B)350.49º39.05%82.35%-
XYZ39.1131.0629.13-
YUV154120.67167.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=43.84%
G=26.72%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012814100.390.330.18350.4947.6766.27
HexD2808D027211215e3042
Octal322200215047412253660102
Binary1101001010000000100011010100111100001100101010111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2808D; }

 p { color: rgb(210,128,141); }

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

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

 a { background-color: rgb(210,128,141); }

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

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

 span { border-color: rgb(210,128,141); }

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