Html Css Color HEX #D12178 Medium Violet Red

📋 copy color: '#D12178'

red 209 ◦ green 33 ◦ blue 120

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

Shades of Medium Violet Red #D12178

Tints of Medium Violet Red #D12178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 57.73%
G = 9.12%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12178 (or 0xD12178) is known color: Medium Violet Red. HEX triplet: D1, 21 and 78. RGB value is (209,33,120). Sum of RGB (Red+Green+Blue) = 209+33+120=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12178 is #2EDE87. Grayscale: #5F5F5F. Windows color (decimal): -3071624 or 7872977. OLE color: 7872977.

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

Color convert

RGB 209 33 120 -
CMYK 0 0.84 0.43 0.18
HSL 330.34º 0.73% 0.47% -
HSV(B) 330.34º 0.84% 0.82% -
XYZ 30.23 16 19.26 -
YUV 95.54 141.81 208.93 -
System Red Green Blue C M Y K H S L
Decimal 209 33 120 0 0.84 0.43 0.18 330.34 0.73 0.47
Hex D1 21 78 0 54 2B 12 14A 49 2F
Octal 321 41 170 0 124 53 22 512 111 57
Binary 11010001 100001 1111000 0 1010100 101011 10010 101001010 1001001 101111

Color Harmonies of #D12178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12178

Black with #D12178

Text Example


Text Example

White with #D12178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12178; }

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

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

background-color css

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

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

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

border-color css

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

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

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