Html Css Color HEX #D12093 Medium Violet Red

📋 copy color: '#D12093'

red 209 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #D12093

Tints of Medium Violet Red #D12093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 53.87%
G = 8.25%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D12093 (or 0xD12093) is known color: Medium Violet Red. HEX triplet: D1, 20 and 93. RGB value is (209,32,147). Sum of RGB (Red+Green+Blue) = 209+32+147=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D12093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12093 is #2EDF6C. Grayscale: #616161. Windows color (decimal): -3071853 or 9642193. OLE color: 9642193.

HSL color Cylindrical-coordinate representation of color #D12093: hue angle of 321.02º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12093 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 147 -
CMYK 0 0.85 0.30 0.18
HSL 321.02º 0.73% 0.47% -
HSV(B) 321.02º 0.85% 0.82% -
XYZ 32.08 16.69 29.14 -
YUV 98.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 209 32 147 0 0.85 0.30 0.18 321.02 0.73 0.47
Hex D1 20 93 0 55 1E 12 141 49 2F
Octal 321 40 223 0 125 36 22 501 111 57
Binary 11010001 100000 10010011 0 1010101 11110 10010 101000001 1001001 101111

Color Harmonies of #D12093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12093

Black with #D12093

Text Example


Text Example

White with #D12093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12093; }

 p { color: rgb(209,32,147); }

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

background-color css

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

 a { background-color: rgb(209,32,147); }

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

border-color css

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

 span { border-color: rgb(209,32,147); }

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