#D18284

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

Shades of Charm #D18284

Tints of Charm #D18284

Color information

#D18284 (or 0xD18284) is unknown color: approx Charm. HEX triplet: D1, 82 and 84. RGB value is (209,130,132). Sum of RGB (Red+Green+Blue) = 209+130+132=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D18284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18284 is #2E7D7B. Grayscale: #999999. Windows color (decimal): -3046780 or 8684241. OLE color: 8684241.

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

Color convert

RGB209130132-
CMYK00.380.370.18
HSL358.48º46.2%66.47%-
HSV(B)358.48º37.8%81.96%-
XYZ38.4431.1925.82-
YUV153.85115.67167.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=44.37%
G=27.60%
B=28.03%

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
Decimal20913013200.380.370.18358.4846.266.47
HexD1828402625121662e42
Octal321202204046452254656102
Binary1101000110000010100001000100110100101100101011001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18284; }

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

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

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

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

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

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

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

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