#D28283

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

Shades of Charm #D28283

Tints of Charm #D28283

Color information

#D28283 (or 0xD28283) is unknown color: approx Charm. HEX triplet: D2, 82 and 83. RGB value is (210,130,131). Sum of RGB (Red+Green+Blue) = 210+130+131=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28283 is #2D7D7C. Grayscale: #9A9A9A. Windows color (decimal): -2981245 or 8618706. OLE color: 8618706.

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

Color convert

RGB210130131-
CMYK00.380.380.18
HSL359.25º47.06%66.67%-
HSV(B)359.25º38.1%82.35%-
XYZ38.6631.3125.48-
YUV154.03115167.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=44.59%
G=27.60%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013013100.380.380.18359.2547.0666.67
HexD2828302626121672f43
Octal322202203046462254757103
Binary1101001010000010100000110100110100110100101011001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28283; }

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

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

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

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

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

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

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

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