#D28182

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

Shades of Charm #D28182

Tints of Charm #D28182

Color information

#D28182 (or 0xD28182) is unknown color: approx Charm. HEX triplet: D2, 81 and 82. RGB value is (210,129,130). Sum of RGB (Red+Green+Blue) = 210+129+130=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28182 is #2D7E7D. Grayscale: #999999. Windows color (decimal): -2981502 or 8552914. OLE color: 8552914.

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

Color convert

RGB210129130-
CMYK00.390.380.18
HSL359.26º47.37%66.47%-
HSV(B)359.26º38.57%82.35%-
XYZ38.4631.0125.08-
YUV153.33114.84168.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=44.78%
G=27.51%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012913000.390.380.18359.2647.3766.47
HexD2818202726121672f42
Octal322201202047462254757102
Binary1101001010000001100000100100111100110100101011001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28182; }

 p { color: rgb(210,129,130); }

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

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

 a { background-color: rgb(210,129,130); }

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

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

 span { border-color: rgb(210,129,130); }

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