Html Css Color HEX #D12183 Medium Violet Red

📋 copy color: '#D12183'

red 209 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #D12183

Tints of Medium Violet Red #D12183

RGB

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

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

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

R = 56.03%
G = 8.85%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D12183 (or 0xD12183) is known color: Medium Violet Red. HEX triplet: D1, 21 and 83. RGB value is (209,33,131). Sum of RGB (Red+Green+Blue) = 209+33+131=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D12183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12183 is #2EDE7C. Grayscale: #606060. Windows color (decimal): -3071613 or 8593873. OLE color: 8593873.

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

Color convert

RGB 209 33 131 -
CMYK 0 0.84 0.37 0.18
HSL 326.59º 0.73% 0.47% -
HSV(B) 326.59º 0.84% 0.82% -
XYZ 30.94 16.28 22.98 -
YUV 96.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 209 33 131 0 0.84 0.37 0.18 326.59 0.73 0.47
Hex D1 21 83 0 54 25 12 147 49 2F
Octal 321 41 203 0 124 45 22 507 111 57
Binary 11010001 100001 10000011 0 1010100 100101 10010 101000111 1001001 101111

Color Harmonies of #D12183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12183

Black with #D12183

Text Example


Text Example

White with #D12183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12183; }

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

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

background-color css

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

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

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

border-color css

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

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

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