Html Css Color HEX #DC128A Medium Violet Red

📋 copy color: '#DC128A'

red 220 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #DC128A

Tints of Medium Violet Red #DC128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 58.51%
G = 4.79%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC128A (or 0xDC128A) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8A. RGB value is (220,18,138). Sum of RGB (Red+Green+Blue) = 220+18+138=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128A is #23ED75. Grayscale: #5B5B5B. Windows color (decimal): -2354550 or 9048796. OLE color: 9048796.

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

Color convert

RGB 220 18 138 -
CMYK 0 0.92 0.37 0.14
HSL 324.36º 0.85% 0.47% -
HSV(B) 324.36º 0.92% 0.86% -
XYZ 34.32 17.48 25.61 -
YUV 92.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 220 18 138 0 0.92 0.37 0.14 324.36 0.85 0.47
Hex DC 12 8A 0 5C 25 E 144 55 2F
Octal 334 22 212 0 134 45 16 504 125 57
Binary 11011100 10010 10001010 0 1011100 100101 1110 101000100 1010101 101111

Color Harmonies of #DC128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC128A

Black with #DC128A

Text Example


Text Example

White with #DC128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC128A; }

 p { color: rgb(220,18,138); }

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

background-color css

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

 a { background-color: rgb(220,18,138); }

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

border-color css

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

 span { border-color: rgb(220,18,138); }

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