Html Css Color HEX #DC1384 Medium Violet Red

📋 copy color: '#DC1384'

red 220 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #DC1384

Tints of Medium Violet Red #DC1384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 59.3%
G = 5.12%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC1384 (or 0xDC1384) is known color: Medium Violet Red. HEX triplet: DC, 13 and 84. RGB value is (220,19,132). Sum of RGB (Red+Green+Blue) = 220+19+132=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1384 is #23EC7B. Grayscale: #5B5B5B. Windows color (decimal): -2354300 or 8655836. OLE color: 8655836.

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

Color convert

RGB 220 19 132 -
CMYK 0 0.91 0.40 0.14
HSL 326.27º 0.84% 0.47% -
HSV(B) 326.27º 0.91% 0.86% -
XYZ 33.91 17.35 23.39 -
YUV 91.98 150.59 219.31 -
System Red Green Blue C M Y K H S L
Decimal 220 19 132 0 0.91 0.40 0.14 326.27 0.84 0.47
Hex DC 13 84 0 5B 28 E 146 54 2F
Octal 334 23 204 0 133 50 16 506 124 57
Binary 11011100 10011 10000100 0 1011011 101000 1110 101000110 1010100 101111

Color Harmonies of #DC1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1384

Black with #DC1384

Text Example


Text Example

White with #DC1384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1384; }

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

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

background-color css

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

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

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

border-color css

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

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

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