Html Css Color HEX #D12394 Medium Violet Red

📋 copy color: '#D12394'

red 209 ◦ green 35 ◦ blue 148

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

Shades of Medium Violet Red #D12394

Tints of Medium Violet Red #D12394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 53.32%
G = 8.93%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12394 (or 0xD12394) is known color: Medium Violet Red. HEX triplet: D1, 23 and 94. RGB value is (209,35,148). Sum of RGB (Red+Green+Blue) = 209+35+148=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D12394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12394 is #2EDC6B. Grayscale: #636363. Windows color (decimal): -3071084 or 9708497. OLE color: 9708497.

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

Color convert

RGB 209 35 148 -
CMYK 0 0.83 0.29 0.18
HSL 321.03º 0.71% 0.48% -
HSV(B) 321.03º 0.83% 0.82% -
XYZ 32.24 16.9 29.58 -
YUV 99.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 209 35 148 0 0.83 0.29 0.18 321.03 0.71 0.48
Hex D1 23 94 0 53 1D 12 141 47 30
Octal 321 43 224 0 123 35 22 501 107 60
Binary 11010001 100011 10010100 0 1010011 11101 10010 101000001 1000111 110000

Color Harmonies of #D12394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12394

Black with #D12394

Text Example


Text Example

White with #D12394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12394; }

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

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

background-color css

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

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

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

border-color css

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

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

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