#D18384

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

Shades of Charm #D18384

Tints of Charm #D18384

Color information

#D18384 (or 0xD18384) is unknown color: approx Charm. HEX triplet: D1, 83 and 84. RGB value is (209,131,132). Sum of RGB (Red+Green+Blue) = 209+131+132=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18384 is #2E7C7B. Grayscale: #9A9A9A. Windows color (decimal): -3046524 or 8684497. OLE color: 8684497.

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

Color convert

RGB209131132-
CMYK00.370.370.18
HSL359.23º45.88%66.67%-
HSV(B)359.23º37.32%81.96%-
XYZ38.5831.4525.87-
YUV154.44115.34166.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=44.28%
G=27.75%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913113200.370.370.18359.2345.8866.67
HexD1838402525121672e43
Octal321203204045452254756103
Binary1101000110000011100001000100101100101100101011001111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18384; }

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

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

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

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

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

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

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

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