Html Css Color HEX #DC1488 Medium Violet Red

📋 copy color: '#DC1488'

red 220 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #DC1488

Tints of Medium Violet Red #DC1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 58.51%
G = 5.32%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC1488 (or 0xDC1488) is known color: Medium Violet Red. HEX triplet: DC, 14 and 88. RGB value is (220,20,136). Sum of RGB (Red+Green+Blue) = 220+20+136=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1488 is #23EB77. Grayscale: #5C5C5C. Windows color (decimal): -2354040 or 8918236. OLE color: 8918236.

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

Color convert

RGB 220 20 136 -
CMYK 0 0.91 0.38 0.14
HSL 325.2º 0.83% 0.47% -
HSV(B) 325.2º 0.91% 0.86% -
XYZ 34.21 17.49 24.87 -
YUV 93.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 220 20 136 0 0.91 0.38 0.14 325.2 0.83 0.47
Hex DC 14 88 0 5B 26 E 145 53 2F
Octal 334 24 210 0 133 46 16 505 123 57
Binary 11011100 10100 10001000 0 1011011 100110 1110 101000101 1010011 101111

Color Harmonies of #DC1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1488

Black with #DC1488

Text Example


Text Example

White with #DC1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1488; }

 p { color: rgb(220,20,136); }

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

background-color css

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

 a { background-color: rgb(220,20,136); }

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

border-color css

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

 span { border-color: rgb(220,20,136); }

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