#D37383

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

Shades of Charm #D37383

Tints of Charm #D37383

Color information

#D37383 (or 0xD37383) is unknown color: approx Charm. HEX triplet: D3, 73 and 83. RGB value is (211,115,131). Sum of RGB (Red+Green+Blue) = 211+115+131=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D37383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37383 is #2C8C7C. Grayscale: #919191. Windows color (decimal): -2919549 or 8614867. OLE color: 8614867.

HSL color Cylindrical-coordinate representation of color #D37383: hue angle of 350º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37383 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB211115131-
CMYK00.450.380.17
HSL350º52.17%63.92%-
HSV(B)350º45.5%82.75%-
XYZ37.0927.7524.87-
YUV145.53119.8174.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=46.17%
G=25.16%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111513100.450.380.1735052.1763.92
HexD3738302D261115e3440
Octal323163203055462153664100
Binary110100111110011100000110101101100110100011010111101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37383; }

 p { color: rgb(211,115,131); }

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

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

 a { background-color: rgb(211,115,131); }

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

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

 span { border-color: rgb(211,115,131); }

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