Html Css Color HEX #DC1788 Medium Violet Red

📋 copy color: '#DC1788'

red 220 ◦ green 23 ◦ blue 136

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

Shades of Medium Violet Red #DC1788

Tints of Medium Violet Red #DC1788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

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

R = 58.05%
G = 6.07%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC1788 (or 0xDC1788) is known color: Medium Violet Red. HEX triplet: DC, 17 and 88. RGB value is (220,23,136). Sum of RGB (Red+Green+Blue) = 220+23+136=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1788 is #23E877. Grayscale: #5E5E5E. Windows color (decimal): -2353272 or 8919004. OLE color: 8919004.

HSL color Cylindrical-coordinate representation of color #DC1788: hue angle of 325.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1788 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 136 -
CMYK 0 0.90 0.38 0.14
HSL 325.58º 0.81% 0.48% -
HSV(B) 325.58º 0.9% 0.86% -
XYZ 34.27 17.61 24.88 -
YUV 94.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 220 23 136 0 0.90 0.38 0.14 325.58 0.81 0.48
Hex DC 17 88 0 5A 26 E 146 51 30
Octal 334 27 210 0 132 46 16 506 121 60
Binary 11011100 10111 10001000 0 1011010 100110 1110 101000110 1010001 110000

Color Harmonies of #DC1788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1788

Black with #DC1788

Text Example


Text Example

White with #DC1788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1788; }

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

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

background-color css

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

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

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

border-color css

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

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

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