Html Css Color HEX #DC1290 Medium Violet Red

📋 copy color: '#DC1290'

red 220 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #DC1290

Tints of Medium Violet Red #DC1290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 57.59%
G = 4.71%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC1290 (or 0xDC1290) is known color: Medium Violet Red. HEX triplet: DC, 12 and 90. RGB value is (220,18,144). Sum of RGB (Red+Green+Blue) = 220+18+144=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1290 is #23ED6F. Grayscale: #5C5C5C. Windows color (decimal): -2354544 or 9442012. OLE color: 9442012.

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

Color convert

RGB 220 18 144 -
CMYK 0 0.92 0.35 0.14
HSL 322.57º 0.85% 0.47% -
HSV(B) 322.57º 0.92% 0.86% -
XYZ 34.77 17.66 27.96 -
YUV 92.76 156.92 218.75 -
System Red Green Blue C M Y K H S L
Decimal 220 18 144 0 0.92 0.35 0.14 322.57 0.85 0.47
Hex DC 12 90 0 5C 23 E 143 55 2F
Octal 334 22 220 0 134 43 16 503 125 57
Binary 11011100 10010 10010000 0 1011100 100011 1110 101000011 1010101 101111

Color Harmonies of #DC1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1290

Black with #DC1290

Text Example


Text Example

White with #DC1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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