#D28284

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

Shades of Charm #D28284

Tints of Charm #D28284

Color information

#D28284 (or 0xD28284) is unknown color: approx Charm. HEX triplet: D2, 82 and 84. RGB value is (210,130,132). Sum of RGB (Red+Green+Blue) = 210+130+132=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28284 is #2D7D7B. Grayscale: #9A9A9A. Windows color (decimal): -2981244 or 8684242. OLE color: 8684242.

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

Color convert

RGB210130132-
CMYK00.380.370.18
HSL358.5º47.06%66.67%-
HSV(B)358.5º38.1%82.35%-
XYZ38.7331.3325.84-
YUV154.15115.5167.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=44.49%
G=27.54%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013013200.380.370.18358.547.0666.67
HexD2828402625121662f43
Octal322202204046452254657103
Binary1101001010000010100001000100110100101100101011001101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28284; }

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

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

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

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

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

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

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

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