Html Css Color HEX #D12196 Medium Violet Red

📋 copy color: '#D12196'

red 209 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #D12196

Tints of Medium Violet Red #D12196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 53.32%
G = 8.42%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12196 (or 0xD12196) is known color: Medium Violet Red. HEX triplet: D1, 21 and 96. RGB value is (209,33,150). Sum of RGB (Red+Green+Blue) = 209+33+150=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D12196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12196 is #2EDE69. Grayscale: #626262. Windows color (decimal): -3071594 or 9839057. OLE color: 9839057.

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

Color convert

RGB 209 33 150 -
CMYK 0 0.84 0.28 0.18
HSL 320.11º 0.73% 0.47% -
HSV(B) 320.11º 0.84% 0.82% -
XYZ 32.34 16.85 30.4 -
YUV 98.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 209 33 150 0 0.84 0.28 0.18 320.11 0.73 0.47
Hex D1 21 96 0 54 1C 12 140 49 2F
Octal 321 41 226 0 124 34 22 500 111 57
Binary 11010001 100001 10010110 0 1010100 11100 10010 101000000 1001001 101111

Color Harmonies of #D12196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12196

Black with #D12196

Text Example


Text Example

White with #D12196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12196; }

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

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

background-color css

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

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

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

border-color css

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

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

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