Html Css Color HEX #D37091 Pale Violet Red

📋 copy color: '#D37091'

red 211 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #D37091

Tints of Pale Violet Red #D37091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 45.09%
G = 23.93%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D37091 (or 0xD37091) is known color: Pale Violet Red. HEX triplet: D3, 70 and 91. RGB value is (211,112,145). Sum of RGB (Red+Green+Blue) = 211+112+145=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D37091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37091 is #2C8F6E. Grayscale: #919191. Windows color (decimal): -2920303 or 9531603. OLE color: 9531603.

HSL color Cylindrical-coordinate representation of color #D37091: hue angle of 340º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37091 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 145 -
CMYK 0 0.47 0.31 0.17
HSL 340º 0.53% 0.63% -
HSV(B) 340º 0.47% 0.83% -
XYZ 37.77 27.48 30.1 -
YUV 145.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 211 112 145 0 0.47 0.31 0.17 340 0.53 0.63
Hex D3 70 91 0 2F 1F 11 154 35 3F
Octal 323 160 221 0 57 37 21 524 65 77
Binary 11010011 1110000 10010001 0 101111 11111 10001 101010100 110101 111111

Color Harmonies of #D37091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37091

Black with #D37091

Text Example


Text Example

White with #D37091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37091; }

 p { color: rgb(211,112,145); }

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

background-color css

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

 a { background-color: rgb(211,112,145); }

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

border-color css

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

 span { border-color: rgb(211,112,145); }

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