#D28384

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

Shades of Charm #D28384

Tints of Charm #D28384

Color information

#D28384 (or 0xD28384) is unknown color: approx Charm. HEX triplet: D2, 83 and 84. RGB value is (210,131,132). Sum of RGB (Red+Green+Blue) = 210+131+132=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28384 is #2D7C7B. Grayscale: #9A9A9A. Windows color (decimal): -2980988 or 8684498. OLE color: 8684498.

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

Color convert

RGB210131132-
CMYK00.380.370.18
HSL359.24º46.75%66.86%-
HSV(B)359.24º37.62%82.35%-
XYZ38.8631.625.88-
YUV154.73115.17167.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=44.40%
G=27.70%
B=27.91%

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
Decimal21013113200.380.370.18359.2446.7566.86
HexD2838402625121672f43
Octal322203204046452254757103
Binary1101001010000011100001000100110100101100101011001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28384; }

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

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

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

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

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

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

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

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