Html Css Color HEX #D12074 Medium Violet Red

📋 copy color: '#D12074'

red 209 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #D12074

Tints of Medium Violet Red #D12074

RGB

 RED value IS 209 (82.03% from 255) = 58.54%

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

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

R = 58.54%
G = 8.96%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12074 (or 0xD12074) is known color: Medium Violet Red. HEX triplet: D1, 20 and 74. RGB value is (209,32,116). Sum of RGB (Red+Green+Blue) = 209+32+116=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D12074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12074 is #2EDF8B. Grayscale: #5E5E5E. Windows color (decimal): -3071884 or 7610577. OLE color: 7610577.

HSL color Cylindrical-coordinate representation of color #D12074: hue angle of 331.53º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12074 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 116 -
CMYK 0 0.85 0.44 0.18
HSL 331.53º 0.73% 0.47% -
HSV(B) 331.53º 0.85% 0.82% -
XYZ 29.96 15.85 18 -
YUV 94.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 209 32 116 0 0.85 0.44 0.18 331.53 0.73 0.47
Hex D1 20 74 0 55 2C 12 14C 49 2F
Octal 321 40 164 0 125 54 22 514 111 57
Binary 11010001 100000 1110100 0 1010101 101100 10010 101001100 1001001 101111

Color Harmonies of #D12074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12074

Black with #D12074

Text Example


Text Example

White with #D12074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12074; }

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

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

background-color css

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

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

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

border-color css

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

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

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