Html Css Color HEX #DC139A Medium Violet Red

📋 copy color: '#DC139A'

red 220 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #DC139A

Tints of Medium Violet Red #DC139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 55.98%
G = 4.83%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC139A (or 0xDC139A) is known color: Medium Violet Red. HEX triplet: DC, 13 and 9A. RGB value is (220,19,154). Sum of RGB (Red+Green+Blue) = 220+19+154=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC139A is #23EC65. Grayscale: #5E5E5E. Windows color (decimal): -2354278 or 10097628. OLE color: 10097628.

HSL color Cylindrical-coordinate representation of color #DC139A: hue angle of 319.7º 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 #DC139A is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 154 -
CMYK 0 0.91 0.3 0.14
HSL 319.7º 0.84% 0.47% -
HSV(B) 319.7º 0.91% 0.86% -
XYZ 35.58 18.01 32.17 -
YUV 94.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 220 19 154 0 0.91 0.3 0.14 319.7 0.84 0.47
Hex DC 13 9A 0 5B 1E E 140 54 2F
Octal 334 23 232 0 133 36 16 500 124 57
Binary 11011100 10011 10011010 0 1011011 11110 1110 101000000 1010100 101111

Color Harmonies of #DC139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC139A

Black with #DC139A

Text Example


Text Example

White with #DC139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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