Html Css Color HEX #D12281 Medium Violet Red

📋 copy color: '#D12281'

red 209 ◦ green 34 ◦ blue 129

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

Shades of Medium Violet Red #D12281

Tints of Medium Violet Red #D12281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 56.18%
G = 9.14%
B = 34.68%

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

#D12281 (or 0xD12281) is known color: Medium Violet Red. HEX triplet: D1, 22 and 81. RGB value is (209,34,129). Sum of RGB (Red+Green+Blue) = 209+34+129=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D12281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12281 is #2EDD7E. Grayscale: #606060. Windows color (decimal): -3071359 or 8463057. OLE color: 8463057.

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

Color convert

RGB 209 34 129 -
CMYK 0 0.84 0.38 0.18
HSL 327.43º 0.72% 0.48% -
HSV(B) 327.43º 0.84% 0.82% -
XYZ 30.83 16.28 22.29 -
YUV 97.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 209 34 129 0 0.84 0.38 0.18 327.43 0.72 0.48
Hex D1 22 81 0 54 26 12 147 48 30
Octal 321 42 201 0 124 46 22 507 110 60
Binary 11010001 100010 10000001 0 1010100 100110 10010 101000111 1001000 110000

Color Harmonies of #D12281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12281

Black with #D12281

Text Example


Text Example

White with #D12281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12281; }

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

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

background-color css

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

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

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

border-color css

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

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

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