Html Css Color HEX #DC1398 Medium Violet Red

📋 copy color: '#DC1398'

red 220 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #DC1398

Tints of Medium Violet Red #DC1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 56.27%
G = 4.86%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC1398 (or 0xDC1398) is known color: Medium Violet Red. HEX triplet: DC, 13 and 98. RGB value is (220,19,152). Sum of RGB (Red+Green+Blue) = 220+19+152=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1398 is #23EC67. Grayscale: #5D5D5D. Windows color (decimal): -2354280 or 9966556. OLE color: 9966556.

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

Color convert

RGB 220 19 152 -
CMYK 0 0.91 0.31 0.14
HSL 320.3º 0.84% 0.47% -
HSV(B) 320.3º 0.91% 0.86% -
XYZ 35.42 17.95 31.3 -
YUV 94.26 160.59 217.69 -
System Red Green Blue C M Y K H S L
Decimal 220 19 152 0 0.91 0.31 0.14 320.3 0.84 0.47
Hex DC 13 98 0 5B 1F E 140 54 2F
Octal 334 23 230 0 133 37 16 500 124 57
Binary 11011100 10011 10011000 0 1011011 11111 1110 101000000 1010100 101111

Color Harmonies of #DC1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1398

Black with #DC1398

Text Example


Text Example

White with #DC1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1398; }

 p { color: rgb(220,19,152); }

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

background-color css

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

 a { background-color: rgb(220,19,152); }

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

border-color css

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

 span { border-color: rgb(220,19,152); }

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