#D37480

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

Shades of Charm #D37480

Tints of Charm #D37480

Color information

#D37480 (or 0xD37480) is unknown color: approx Charm. HEX triplet: D3, 74 and 80. RGB value is (211,116,128). Sum of RGB (Red+Green+Blue) = 211+116+128=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D37480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37480 is #2C8B7F. Grayscale: #919191. Windows color (decimal): -2919296 or 8418515. OLE color: 8418515.

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

Color convert

RGB211116128-
CMYK00.450.390.17
HSL352.42º51.91%64.12%-
HSV(B)352.42º45.02%82.75%-
XYZ37.0127.923.86-
YUV145.77117.97174.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=46.37%
G=25.49%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111612800.450.390.17352.4251.9164.12
HexD3748002D27111603440
Octal323164200055472154064100
Binary110100111110100100000000101101100111100011011000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37480; }

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

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

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

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

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

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

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

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