Html Css Color HEX #DC198A Medium Violet Red

📋 copy color: '#DC198A'

red 220 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #DC198A

Tints of Medium Violet Red #DC198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 57.44%
G = 6.53%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC198A (or 0xDC198A) is known color: Medium Violet Red. HEX triplet: DC, 19 and 8A. RGB value is (220,25,138). Sum of RGB (Red+Green+Blue) = 220+25+138=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC198A is #23E675. Grayscale: #5F5F5F. Windows color (decimal): -2352758 or 9050588. OLE color: 9050588.

HSL color Cylindrical-coordinate representation of color #DC198A: hue angle of 325.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC198A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 138 -
CMYK 0 0.89 0.37 0.14
HSL 325.23º 0.8% 0.48% -
HSV(B) 325.23º 0.89% 0.86% -
XYZ 34.45 17.75 25.65 -
YUV 96.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 220 25 138 0 0.89 0.37 0.14 325.23 0.8 0.48
Hex DC 19 8A 0 59 25 E 145 50 30
Octal 334 31 212 0 131 45 16 505 120 60
Binary 11011100 11001 10001010 0 1011001 100101 1110 101000101 1010000 110000

Color Harmonies of #DC198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC198A

Black with #DC198A

Text Example


Text Example

White with #DC198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC198A; }

 p { color: rgb(220,25,138); }

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

background-color css

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

 a { background-color: rgb(220,25,138); }

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

border-color css

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

 span { border-color: rgb(220,25,138); }

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