Html Css Color HEX #DC1694 Medium Violet Red

📋 copy color: '#DC1694'

red 220 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #DC1694

Tints of Medium Violet Red #DC1694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

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

R = 56.41%
G = 5.64%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1694 (or 0xDC1694) is known color: Medium Violet Red. HEX triplet: DC, 16 and 94. RGB value is (220,22,148). Sum of RGB (Red+Green+Blue) = 220+22+148=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1694 is #23E96B. Grayscale: #5F5F5F. Windows color (decimal): -2353516 or 9705180. OLE color: 9705180.

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

Color convert

RGB 220 22 148 -
CMYK 0 0.9 0.33 0.14
HSL 321.82º 0.82% 0.47% -
HSV(B) 321.82º 0.9% 0.86% -
XYZ 35.15 17.93 29.62 -
YUV 95.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 220 22 148 0 0.9 0.33 0.14 321.82 0.82 0.47
Hex DC 16 94 0 5A 21 E 142 52 2F
Octal 334 26 224 0 132 41 16 502 122 57
Binary 11011100 10110 10010100 0 1011010 100001 1110 101000010 1010010 101111

Color Harmonies of #DC1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1694

Black with #DC1694

Text Example


Text Example

White with #DC1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1694; }

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

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

background-color css

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

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

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

border-color css

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

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

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