Html Css Color HEX #D12176 Medium Violet Red

📋 copy color: '#D12176'

red 209 ◦ green 33 ◦ blue 118

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

Shades of Medium Violet Red #D12176

Tints of Medium Violet Red #D12176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 58.06%
G = 9.17%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12176 (or 0xD12176) is known color: Medium Violet Red. HEX triplet: D1, 21 and 76. RGB value is (209,33,118). Sum of RGB (Red+Green+Blue) = 209+33+118=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D12176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12176 is #2EDE89. Grayscale: #5F5F5F. Windows color (decimal): -3071626 or 7741905. OLE color: 7741905.

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

Color convert

RGB 209 33 118 -
CMYK 0 0.84 0.44 0.18
HSL 331.02º 0.73% 0.47% -
HSV(B) 331.02º 0.84% 0.82% -
XYZ 30.11 15.95 18.63 -
YUV 95.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 209 33 118 0 0.84 0.44 0.18 331.02 0.73 0.47
Hex D1 21 76 0 54 2C 12 14B 49 2F
Octal 321 41 166 0 124 54 22 513 111 57
Binary 11010001 100001 1110110 0 1010100 101100 10010 101001011 1001001 101111

Color Harmonies of #D12176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12176

Black with #D12176

Text Example


Text Example

White with #D12176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12176; }

 p { color: rgb(209,33,118); }

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

background-color css

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

 a { background-color: rgb(209,33,118); }

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

border-color css

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

 span { border-color: rgb(209,33,118); }

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