Html Css Color HEX #D37090 Pale Violet Red

📋 copy color: '#D37090'

red 211 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #D37090

Tints of Pale Violet Red #D37090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 45.18%
G = 23.98%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D37090 (or 0xD37090) is known color: Pale Violet Red. HEX triplet: D3, 70 and 90. RGB value is (211,112,144). Sum of RGB (Red+Green+Blue) = 211+112+144=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D37090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37090 is #2C8F6F. Grayscale: #919191. Windows color (decimal): -2920304 or 9466067. OLE color: 9466067.

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

Color convert

RGB 211 112 144 -
CMYK 0 0.47 0.32 0.17
HSL 340.61º 0.53% 0.63% -
HSV(B) 340.61º 0.47% 0.83% -
XYZ 37.69 27.45 29.7 -
YUV 145.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 211 112 144 0 0.47 0.32 0.17 340.61 0.53 0.63
Hex D3 70 90 0 2F 20 11 155 35 3F
Octal 323 160 220 0 57 40 21 525 65 77
Binary 11010011 1110000 10010000 0 101111 100000 10001 101010101 110101 111111

Color Harmonies of #D37090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37090

Black with #D37090

Text Example


Text Example

White with #D37090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37090; }

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

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

background-color css

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

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

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

border-color css

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

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

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