Html Css Color HEX #D12181 Medium Violet Red

📋 copy color: '#D12181'

red 209 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #D12181

Tints of Medium Violet Red #D12181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

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

R = 56.33%
G = 8.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12181 (or 0xD12181) is known color: Medium Violet Red. HEX triplet: D1, 21 and 81. RGB value is (209,33,129). Sum of RGB (Red+Green+Blue) = 209+33+129=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D12181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12181 is #2EDE7E. Grayscale: #606060. Windows color (decimal): -3071615 or 8462801. OLE color: 8462801.

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

Color convert

RGB 209 33 129 -
CMYK 0 0.84 0.38 0.18
HSL 327.27º 0.73% 0.47% -
HSV(B) 327.27º 0.84% 0.82% -
XYZ 30.8 16.23 22.28 -
YUV 96.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 209 33 129 0 0.84 0.38 0.18 327.27 0.73 0.47
Hex D1 21 81 0 54 26 12 147 49 2F
Octal 321 41 201 0 124 46 22 507 111 57
Binary 11010001 100001 10000001 0 1010100 100110 10010 101000111 1001001 101111

Color Harmonies of #D12181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12181

Black with #D12181

Text Example


Text Example

White with #D12181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12181; }

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

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

background-color css

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

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

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

border-color css

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

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

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