#D28088

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

Shades of Charm #D28088

Tints of Charm #D28088

Color information

#D28088 (or 0xD28088) is unknown color: approx Charm. HEX triplet: D2, 80 and 88. RGB value is (210,128,136). Sum of RGB (Red+Green+Blue) = 210+128+136=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28088 is #2D7F77. Grayscale: #999999. Windows color (decimal): -2981752 or 8945874. OLE color: 8945874.

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

Color convert

RGB210128136-
CMYK00.390.350.18
HSL354.15º47.67%66.27%-
HSV(B)354.15º39.05%82.35%-
XYZ38.7430.9227.22-
YUV153.43118.17168.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=44.30%
G=27.00%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012813600.390.350.18354.1547.6766.27
HexD2808802723121623042
Octal322200210047432254260102
Binary1101001010000000100010000100111100011100101011000101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28088; }

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

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

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

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

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

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

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

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