Html Css Color HEX #D12172 Medium Violet Red

📋 copy color: '#D12172'

red 209 ◦ green 33 ◦ blue 114

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

Shades of Medium Violet Red #D12172

Tints of Medium Violet Red #D12172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 58.71%
G = 9.27%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D12172 (or 0xD12172) is known color: Medium Violet Red. HEX triplet: D1, 21 and 72. RGB value is (209,33,114). Sum of RGB (Red+Green+Blue) = 209+33+114=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D12172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12172 is #2EDE8D. Grayscale: #5E5E5E. Windows color (decimal): -3071630 or 7479761. OLE color: 7479761.

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

Color convert

RGB 209 33 114 -
CMYK 0 0.84 0.45 0.18
HSL 332.39º 0.73% 0.47% -
HSV(B) 332.39º 0.84% 0.82% -
XYZ 29.88 15.86 17.41 -
YUV 94.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 209 33 114 0 0.84 0.45 0.18 332.39 0.73 0.47
Hex D1 21 72 0 54 2D 12 14C 49 2F
Octal 321 41 162 0 124 55 22 514 111 57
Binary 11010001 100001 1110010 0 1010100 101101 10010 101001100 1001001 101111

Color Harmonies of #D12172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12172

Black with #D12172

Text Example


Text Example

White with #D12172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12172; }

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

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

background-color css

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

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

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

border-color css

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

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

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