Html Css Color HEX #DC137A Medium Violet Red

📋 copy color: '#DC137A'

red 220 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #DC137A

Tints of Medium Violet Red #DC137A

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 60.94%
G = 5.26%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC137A (or 0xDC137A) is known color: Medium Violet Red. HEX triplet: DC, 13 and 7A. RGB value is (220,19,122). Sum of RGB (Red+Green+Blue) = 220+19+122=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC137A is #23EC85. Grayscale: #5A5A5A. Windows color (decimal): -2354310 or 8000476. OLE color: 8000476.

HSL color Cylindrical-coordinate representation of color #DC137A: hue angle of 329.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC137A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 122 -
CMYK 0 0.91 0.45 0.14
HSL 329.25º 0.84% 0.47% -
HSV(B) 329.25º 0.91% 0.86% -
XYZ 33.26 17.09 19.96 -
YUV 90.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 220 19 122 0 0.91 0.45 0.14 329.25 0.84 0.47
Hex DC 13 7A 0 5B 2D E 149 54 2F
Octal 334 23 172 0 133 55 16 511 124 57
Binary 11011100 10011 1111010 0 1011011 101101 1110 101001001 1010100 101111

Color Harmonies of #DC137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC137A

Black with #DC137A

Text Example


Text Example

White with #DC137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC137A; }

 p { color: rgb(220,19,122); }

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

background-color css

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

 a { background-color: rgb(220,19,122); }

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

border-color css

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

 span { border-color: rgb(220,19,122); }

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