Html Css Color HEX #D12090 Medium Violet Red

📋 copy color: '#D12090'

red 209 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #D12090

Tints of Medium Violet Red #D12090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 54.29%
G = 8.31%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D12090 (or 0xD12090) is known color: Medium Violet Red. HEX triplet: D1, 20 and 90. RGB value is (209,32,144). Sum of RGB (Red+Green+Blue) = 209+32+144=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D12090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12090 is #2EDF6F. Grayscale: #616161. Windows color (decimal): -3071856 or 9445585. OLE color: 9445585.

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

Color convert

RGB 209 32 144 -
CMYK 0 0.85 0.31 0.18
HSL 322.03º 0.73% 0.47% -
HSV(B) 322.03º 0.85% 0.82% -
XYZ 31.85 16.6 27.91 -
YUV 97.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 209 32 144 0 0.85 0.31 0.18 322.03 0.73 0.47
Hex D1 20 90 0 55 1F 12 142 49 2F
Octal 321 40 220 0 125 37 22 502 111 57
Binary 11010001 100000 10010000 0 1010101 11111 10010 101000010 1001001 101111

Color Harmonies of #D12090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12090

Black with #D12090

Text Example


Text Example

White with #D12090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12090; }

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

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

background-color css

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

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

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

border-color css

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

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

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