Html Css Color HEX #D37C9F Pale Violet Red

📋 copy color: '#D37C9F'

red 211 ◦ green 124 ◦ blue 159

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

Shades of Pale Violet Red #D37C9F

Tints of Pale Violet Red #D37C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 42.71%
G = 25.1%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D37C9F (or 0xD37C9F) is known color: Pale Violet Red. HEX triplet: D3, 7C and 9F. RGB value is (211,124,159). Sum of RGB (Red+Green+Blue) = 211+124+159=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37C9F is #2C8360. Grayscale: #999999. Windows color (decimal): -2917217 or 10452179. OLE color: 10452179.

HSL color Cylindrical-coordinate representation of color #D37C9F: hue angle of 335.86º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37C9F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 159 -
CMYK 0 0.41 0.25 0.17
HSL 335.86º 0.5% 0.66% -
HSV(B) 335.86º 0.41% 0.83% -
XYZ 40.33 30.77 36.61 -
YUV 154 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 211 124 159 0 0.41 0.25 0.17 335.86 0.5 0.66
Hex D3 7C 9F 0 29 19 11 150 32 42
Octal 323 174 237 0 51 31 21 520 62 102
Binary 11010011 1111100 10011111 0 101001 11001 10001 101010000 110010 1000010

Color Harmonies of #D37C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C9F

Black with #D37C9F

Text Example


Text Example

White with #D37C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C9F; }

 p { color: rgb(211,124,159); }

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

background-color css

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

 a { background-color: rgb(211,124,159); }

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

border-color css

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

 span { border-color: rgb(211,124,159); }

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