Html Css Color HEX #D37995 Pale Violet Red

📋 copy color: '#D37995'

red 211 ◦ green 121 ◦ blue 149

#D37995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D37995

Tints of Pale Violet Red #D37995

RGB

 RED value IS 211 (82.81% from 255) = 43.87%

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 43.87%
G = 25.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D37995 (or 0xD37995) is known color: Pale Violet Red. HEX triplet: D3, 79 and 95. RGB value is (211,121,149). Sum of RGB (Red+Green+Blue) = 211+121+149=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D37995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37995 is #2C866A. Grayscale: #979797. Windows color (decimal): -2917995 or 9796051. OLE color: 9796051.

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

Color convert

RGB 211 121 149 -
CMYK 0 0.43 0.29 0.17
HSL 341.33º 0.51% 0.65% -
HSV(B) 341.33º 0.43% 0.83% -
XYZ 39.13 29.69 32.1 -
YUV 151.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 211 121 149 0 0.43 0.29 0.17 341.33 0.51 0.65
Hex D3 79 95 0 2B 1D 11 155 33 41
Octal 323 171 225 0 53 35 21 525 63 101
Binary 11010011 1111001 10010101 0 101011 11101 10001 101010101 110011 1000001

Color Harmonies of #D37995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37995

Black with #D37995

Text Example


Text Example

White with #D37995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37995; }

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

 H1.HeaderClassName
 {
   color: #D37995;
 }
 .AnyTagClassName
 {
   color: #D37995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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