Html Css Color HEX #DC1594 Medium Violet Red

📋 copy color: '#DC1594'

red 220 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #DC1594

Tints of Medium Violet Red #DC1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 56.56%
G = 5.4%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1594 (or 0xDC1594) is known color: Medium Violet Red. HEX triplet: DC, 15 and 94. RGB value is (220,21,148). Sum of RGB (Red+Green+Blue) = 220+21+148=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1594 is #23EA6B. Grayscale: #5E5E5E. Windows color (decimal): -2353772 or 9704924. OLE color: 9704924.

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

Color convert

RGB 220 21 148 -
CMYK 0 0.90 0.33 0.14
HSL 321.71º 0.83% 0.47% -
HSV(B) 321.71º 0.9% 0.86% -
XYZ 35.13 17.89 29.62 -
YUV 94.98 157.93 217.17 -
System Red Green Blue C M Y K H S L
Decimal 220 21 148 0 0.90 0.33 0.14 321.71 0.83 0.47
Hex DC 15 94 0 5A 21 E 142 53 2F
Octal 334 25 224 0 132 41 16 502 123 57
Binary 11011100 10101 10010100 0 1011010 100001 1110 101000010 1010011 101111

Color Harmonies of #DC1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1594

Black with #DC1594

Text Example


Text Example

White with #DC1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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