#D37993

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

Shades of Charm #D37993

Tints of Charm #D37993

Color information

#D37993 (or 0xD37993) is unknown color: approx Charm. HEX triplet: D3, 79 and 93. RGB value is (211,121,147). Sum of RGB (Red+Green+Blue) = 211+121+147=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D37993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37993 is #2C866C. Grayscale: #969696. Windows color (decimal): -2917997 or 9664979. OLE color: 9664979.

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

Color convert

RGB211121147-
CMYK00.430.300.17
HSL342.67º50.56%65.1%-
HSV(B)342.67º42.65%82.75%-
XYZ38.9729.6331.27-
YUV150.87125.82170.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=44.05%
G=25.26%
B=30.69%

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
Decimal21112114700.430.300.17342.6750.5665.1
HexD3799302B1E111573341
Octal323171223053362152763101
Binary11010011111100110010011010101111110100011010101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37993; }

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

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

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

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

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

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

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

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