#D37994

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

Shades of Charm #D37994

Tints of Charm #D37994

Color information

#D37994 (or 0xD37994) is unknown color: approx Charm. HEX triplet: D3, 79 and 94. RGB value is (211,121,148). Sum of RGB (Red+Green+Blue) = 211+121+148=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D37994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37994 is #2C866B. Grayscale: #969696. Windows color (decimal): -2917996 or 9730515. OLE color: 9730515.

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

Color convert

RGB211121148-
CMYK00.430.300.17
HSL342º50.56%65.1%-
HSV(B)342º42.65%82.75%-
XYZ39.0529.6631.68-
YUV150.99126.32170.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=43.96%
G=25.21%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112114800.430.300.1734250.5665.1
HexD3799402B1E111563341
Octal323171224053362152663101
Binary11010011111100110010100010101111110100011010101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37994; }

 p { color: rgb(211,121,148); }

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

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

 a { background-color: rgb(211,121,148); }

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

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

 span { border-color: rgb(211,121,148); }

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