Html Css Color HEX #D32074 Medium Violet Red

📋 copy color: '#D32074'

red 211 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #D32074

Tints of Medium Violet Red #D32074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 58.77%
G = 8.91%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D32074 (or 0xD32074) is known color: Medium Violet Red. HEX triplet: D3, 20 and 74. RGB value is (211,32,116). Sum of RGB (Red+Green+Blue) = 211+32+116=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D32074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32074 is #2CDF8B. Grayscale: #5E5E5E. Windows color (decimal): -2940812 or 7610579. OLE color: 7610579.

HSL color Cylindrical-coordinate representation of color #D32074: hue angle of 331.84º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32074 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 116 -
CMYK 0 0.85 0.45 0.17
HSL 331.84º 0.74% 0.48% -
HSV(B) 331.84º 0.85% 0.83% -
XYZ 30.53 16.14 18.03 -
YUV 95.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 211 32 116 0 0.85 0.45 0.17 331.84 0.74 0.48
Hex D3 20 74 0 55 2D 11 14C 4A 30
Octal 323 40 164 0 125 55 21 514 112 60
Binary 11010011 100000 1110100 0 1010101 101101 10001 101001100 1001010 110000

Color Harmonies of #D32074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32074

Black with #D32074

Text Example


Text Example

White with #D32074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32074; }

 p { color: rgb(211,32,116); }

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

background-color css

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

 a { background-color: rgb(211,32,116); }

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

border-color css

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

 span { border-color: rgb(211,32,116); }

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