#D37F90

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

Shades of Charm #D37F90

Tints of Charm #D37F90

Color information

#D37F90 (or 0xD37F90) is unknown color: approx Charm. HEX triplet: D3, 7F and 90. RGB value is (211,127,144). Sum of RGB (Red+Green+Blue) = 211+127+144=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F90 is #2C806F. Grayscale: #9A9A9A. Windows color (decimal): -2916464 or 9469907. OLE color: 9469907.

HSL color Cylindrical-coordinate representation of color #D37F90: hue angle of 347.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37F90 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB211127144-
CMYK00.400.320.17
HSL347.86º48.84%66.27%-
HSV(B)347.86º39.81%82.75%-
XYZ39.4931.0430.3-
YUV154.05122.33168.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=43.78%
G=26.35%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112714400.400.320.17347.8648.8466.27
HexD37F90028201115c3142
Octal323177220050402153461102
Binary110100111111111100100000101000100000100011010111001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37F90; }

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

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

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

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

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

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

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

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