#D37796

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

Shades of Pale Violet Red #D37796

Tints of Pale Violet Red #D37796

Color information

#D37796 (or 0xD37796) is unknown color: approx Pale Violet Red. HEX triplet: D3, 77 and 96. RGB value is (211,119,150). Sum of RGB (Red+Green+Blue) = 211+119+150=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D37796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37796 is #2C8869. Grayscale: #969696. Windows color (decimal): -2918506 or 9861075. OLE color: 9861075.

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

Color convert

RGB211119150-
CMYK00.440.290.17
HSL339.78º51.11%64.71%-
HSV(B)339.78º43.6%82.75%-
XYZ38.9729.2432.45-
YUV150.04127.98171.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=43.96%
G=24.79%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111915000.440.290.17339.7851.1164.71
HexD3779602C1D111543341
Octal323167226054352152463101
Binary11010011111011110010110010110011101100011010101001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37796; }

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

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

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

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

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

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

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

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