Html Css Color HEX #D12096 Medium Violet Red

📋 copy color: '#D12096'

red 209 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #D12096

Tints of Medium Violet Red #D12096

RGB

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

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

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

R = 53.45%
G = 8.18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12096 (or 0xD12096) is known color: Medium Violet Red. HEX triplet: D1, 20 and 96. RGB value is (209,32,150). Sum of RGB (Red+Green+Blue) = 209+32+150=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D12096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12096 is #2EDF69. Grayscale: #626262. Windows color (decimal): -3071850 or 9838801. OLE color: 9838801.

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

Color convert

RGB 209 32 150 -
CMYK 0 0.85 0.28 0.18
HSL 320º 0.73% 0.47% -
HSV(B) 320º 0.85% 0.82% -
XYZ 32.32 16.79 30.39 -
YUV 98.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 209 32 150 0 0.85 0.28 0.18 320 0.73 0.47
Hex D1 20 96 0 55 1C 12 140 49 2F
Octal 321 40 226 0 125 34 22 500 111 57
Binary 11010001 100000 10010110 0 1010101 11100 10010 101000000 1001001 101111

Color Harmonies of #D12096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12096

Black with #D12096

Text Example


Text Example

White with #D12096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12096; }

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

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

background-color css

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

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

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

border-color css

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

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

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