#D37485

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

Shades of Charm #D37485

Tints of Charm #D37485

Color information

#D37485 (or 0xD37485) is unknown color: approx Charm. HEX triplet: D3, 74 and 85. RGB value is (211,116,133). Sum of RGB (Red+Green+Blue) = 211+116+133=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D37485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37485 is #2C8B7A. Grayscale: #929292. Windows color (decimal): -2919291 or 8746195. OLE color: 8746195.

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

Color convert

RGB211116133-
CMYK00.450.370.17
HSL349.26º51.91%64.12%-
HSV(B)349.26º45.02%82.75%-
XYZ37.3428.0325.63-
YUV146.34120.47174.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=45.87%
G=25.22%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111613300.450.370.17349.2651.9164.12
HexD3748502D251115d3440
Octal323164205055452153564100
Binary110100111110100100001010101101100101100011010111011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37485; }

 p { color: rgb(211,116,133); }

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

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

 a { background-color: rgb(211,116,133); }

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

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

 span { border-color: rgb(211,116,133); }

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