#D37A90

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

Shades of Charm #D37A90

Tints of Charm #D37A90

Color information

#D37A90 (or 0xD37A90) is unknown color: approx Charm. HEX triplet: D3, 7A and 90. RGB value is (211,122,144). Sum of RGB (Red+Green+Blue) = 211+122+144=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37A90 is #2C856F. Grayscale: #979797. Windows color (decimal): -2917744 or 9468627. OLE color: 9468627.

HSL color Cylindrical-coordinate representation of color #D37A90: hue angle of 345.17º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37A90 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB211122144-
CMYK00.420.320.17
HSL345.17º50.28%65.29%-
HSV(B)345.17º42.18%82.75%-
XYZ38.8629.7830.09-
YUV151.12123.99170.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=44.23%
G=25.58%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112214400.420.320.17345.1750.2865.29
HexD37A9002A20111593241
Octal323172220052402153162101
Binary110100111111010100100000101010100000100011010110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37A90; }

 p { color: rgb(211,122,144); }

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

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

 a { background-color: rgb(211,122,144); }

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

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

 span { border-color: rgb(211,122,144); }

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