Html Css Color HEX #D12098 Medium Violet Red

📋 copy color: '#D12098'

red 209 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #D12098

Tints of Medium Violet Red #D12098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 53.18%
G = 8.14%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12098 (or 0xD12098) is known color: Medium Violet Red. HEX triplet: D1, 20 and 98. RGB value is (209,32,152). Sum of RGB (Red+Green+Blue) = 209+32+152=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D12098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12098 is #2EDF67. Grayscale: #626262. Windows color (decimal): -3071848 or 9969873. OLE color: 9969873.

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

Color convert

RGB 209 32 152 -
CMYK 0 0.85 0.27 0.18
HSL 319.32º 0.73% 0.47% -
HSV(B) 319.32º 0.85% 0.82% -
XYZ 32.48 16.86 31.25 -
YUV 98.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 209 32 152 0 0.85 0.27 0.18 319.32 0.73 0.47
Hex D1 20 98 0 55 1B 12 13F 49 2F
Octal 321 40 230 0 125 33 22 477 111 57
Binary 11010001 100000 10011000 0 1010101 11011 10010 100111111 1001001 101111

Color Harmonies of #D12098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12098

Black with #D12098

Text Example


Text Example

White with #D12098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12098; }

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

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

background-color css

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

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

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

border-color css

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

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

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