#D37996

Color #D37996 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D37996

Tints of Pale Violet Red #D37996

Color information

#D37996 (or 0xD37996) is unknown color: approx Pale Violet Red. HEX triplet: D3, 79 and 96. RGB value is (211,121,150). Sum of RGB (Red+Green+Blue) = 211+121+150=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D37996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37996 is #2C8669. Grayscale: #979797. Windows color (decimal): -2917994 or 9861587. OLE color: 9861587.

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

Color convert

RGB211121150-
CMYK00.430.290.17
HSL340.67º50.56%65.1%-
HSV(B)340.67º42.65%82.75%-
XYZ39.2129.7332.53-
YUV151.22127.32170.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=43.78%
G=25.10%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112115000.430.290.17340.6750.5665.1
HexD3799602B1D111553341
Octal323171226053352152563101
Binary11010011111100110010110010101111101100011010101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37996; }

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

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

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

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

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

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

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

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