Html Css Color HEX #DC1294 Medium Violet Red

📋 copy color: '#DC1294'

red 220 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #DC1294

Tints of Medium Violet Red #DC1294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 56.99%
G = 4.66%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1294 (or 0xDC1294) is known color: Medium Violet Red. HEX triplet: DC, 12 and 94. RGB value is (220,18,148). Sum of RGB (Red+Green+Blue) = 220+18+148=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1294 is #23ED6B. Grayscale: #5C5C5C. Windows color (decimal): -2354540 or 9704156. OLE color: 9704156.

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

Color convert

RGB 220 18 148 -
CMYK 0 0.92 0.33 0.14
HSL 321.39º 0.85% 0.47% -
HSV(B) 321.39º 0.92% 0.86% -
XYZ 35.08 17.79 29.6 -
YUV 93.22 158.92 218.43 -
System Red Green Blue C M Y K H S L
Decimal 220 18 148 0 0.92 0.33 0.14 321.39 0.85 0.47
Hex DC 12 94 0 5C 21 E 141 55 2F
Octal 334 22 224 0 134 41 16 501 125 57
Binary 11011100 10010 10010100 0 1011100 100001 1110 101000001 1010101 101111

Color Harmonies of #DC1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1294

Black with #DC1294

Text Example


Text Example

White with #DC1294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1294; }

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

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

background-color css

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

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

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

border-color css

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

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

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