#D08384

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

Shades of Charm #D08384

Tints of Charm #D08384

Color information

#D08384 (or 0xD08384) is unknown color: approx Charm. HEX triplet: D0, 83 and 84. RGB value is (208,131,132). Sum of RGB (Red+Green+Blue) = 208+131+132=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08384 is #2F7C7B. Grayscale: #9A9A9A. Windows color (decimal): -3112060 or 8684496. OLE color: 8684496.

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

Color convert

RGB208131132-
CMYK00.370.370.18
HSL359.22º45.03%66.47%-
HSV(B)359.22º37.02%81.57%-
XYZ38.2931.3125.85-
YUV154.14115.51166.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=44.16%
G=27.81%
B=28.03%

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
Decimal20813113200.370.370.18359.2245.0366.47
HexD0838402525121672d42
Octal320203204045452254755102
Binary1101000010000011100001000100101100101100101011001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08384; }

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

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

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

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

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

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

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

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