Html Css Color HEX #D12081 Medium Violet Red

📋 copy color: '#D12081'

red 209 ◦ green 32 ◦ blue 129

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

Shades of Medium Violet Red #D12081

Tints of Medium Violet Red #D12081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 56.49%
G = 8.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12081 (or 0xD12081) is known color: Medium Violet Red. HEX triplet: D1, 20 and 81. RGB value is (209,32,129). Sum of RGB (Red+Green+Blue) = 209+32+129=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D12081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12081 is #2EDF7E. Grayscale: #5F5F5F. Windows color (decimal): -3071871 or 8462545. OLE color: 8462545.

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

Color convert

RGB 209 32 129 -
CMYK 0 0.85 0.38 0.18
HSL 327.12º 0.73% 0.47% -
HSV(B) 327.12º 0.85% 0.82% -
XYZ 30.77 16.17 22.27 -
YUV 95.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 209 32 129 0 0.85 0.38 0.18 327.12 0.73 0.47
Hex D1 20 81 0 55 26 12 147 49 2F
Octal 321 40 201 0 125 46 22 507 111 57
Binary 11010001 100000 10000001 0 1010101 100110 10010 101000111 1001001 101111

Color Harmonies of #D12081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12081

Black with #D12081

Text Example


Text Example

White with #D12081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12081; }

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

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

background-color css

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

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

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

border-color css

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

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

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