Html Css Color HEX #D12077 Medium Violet Red

📋 copy color: '#D12077'

red 209 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #D12077

Tints of Medium Violet Red #D12077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 58.06%
G = 8.89%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12077 (or 0xD12077) is known color: Medium Violet Red. HEX triplet: D1, 20 and 77. RGB value is (209,32,119). Sum of RGB (Red+Green+Blue) = 209+32+119=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D12077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12077 is #2EDF88. Grayscale: #5E5E5E. Windows color (decimal): -3071881 or 7807185. OLE color: 7807185.

HSL color Cylindrical-coordinate representation of color #D12077: hue angle of 330.51º 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 #D12077 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 119 -
CMYK 0 0.85 0.43 0.18
HSL 330.51º 0.73% 0.47% -
HSV(B) 330.51º 0.85% 0.82% -
XYZ 30.14 15.92 18.94 -
YUV 94.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 209 32 119 0 0.85 0.43 0.18 330.51 0.73 0.47
Hex D1 20 77 0 55 2B 12 14B 49 2F
Octal 321 40 167 0 125 53 22 513 111 57
Binary 11010001 100000 1110111 0 1010101 101011 10010 101001011 1001001 101111

Color Harmonies of #D12077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12077

Black with #D12077

Text Example


Text Example

White with #D12077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12077; }

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

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

background-color css

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

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

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

border-color css

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

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

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