Html Css Color HEX #D12083 Medium Violet Red

📋 copy color: '#D12083'

red 209 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #D12083

Tints of Medium Violet Red #D12083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 56.18%
G = 8.6%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D12083 (or 0xD12083) is known color: Medium Violet Red. HEX triplet: D1, 20 and 83. RGB value is (209,32,131). Sum of RGB (Red+Green+Blue) = 209+32+131=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D12083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12083 is #2EDF7C. Grayscale: #5F5F5F. Windows color (decimal): -3071869 or 8593617. OLE color: 8593617.

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

Color convert

RGB 209 32 131 -
CMYK 0 0.85 0.37 0.18
HSL 326.44º 0.73% 0.47% -
HSV(B) 326.44º 0.85% 0.82% -
XYZ 30.91 16.23 22.98 -
YUV 96.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 209 32 131 0 0.85 0.37 0.18 326.44 0.73 0.47
Hex D1 20 83 0 55 25 12 146 49 2F
Octal 321 40 203 0 125 45 22 506 111 57
Binary 11010001 100000 10000011 0 1010101 100101 10010 101000110 1001001 101111

Color Harmonies of #D12083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12083

Black with #D12083

Text Example


Text Example

White with #D12083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12083; }

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

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

background-color css

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

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

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

border-color css

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

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

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