Html Css Color HEX #D12396 Medium Violet Red

📋 copy color: '#D12396'

red 209 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #D12396

Tints of Medium Violet Red #D12396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

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

R = 53.05%
G = 8.88%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12396 (or 0xD12396) is known color: Medium Violet Red. HEX triplet: D1, 23 and 96. RGB value is (209,35,150). Sum of RGB (Red+Green+Blue) = 209+35+150=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12396 is #2EDC69. Grayscale: #636363. Windows color (decimal): -3071082 or 9839569. OLE color: 9839569.

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

Color convert

RGB 209 35 150 -
CMYK 0 0.83 0.28 0.18
HSL 320.34º 0.71% 0.48% -
HSV(B) 320.34º 0.83% 0.82% -
XYZ 32.4 16.96 30.42 -
YUV 100.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 209 35 150 0 0.83 0.28 0.18 320.34 0.71 0.48
Hex D1 23 96 0 53 1C 12 140 47 30
Octal 321 43 226 0 123 34 22 500 107 60
Binary 11010001 100011 10010110 0 1010011 11100 10010 101000000 1000111 110000

Color Harmonies of #D12396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12396

Black with #D12396

Text Example


Text Example

White with #D12396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12396; }

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

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

background-color css

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

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

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

border-color css

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

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

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