Html Css Color HEX #DC1598 Medium Violet Red

📋 copy color: '#DC1598'

red 220 ◦ green 21 ◦ blue 152

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

Shades of Medium Violet Red #DC1598

Tints of Medium Violet Red #DC1598

RGB

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

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

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

R = 55.98%
G = 5.34%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC1598 (or 0xDC1598) is known color: Medium Violet Red. HEX triplet: DC, 15 and 98. RGB value is (220,21,152). Sum of RGB (Red+Green+Blue) = 220+21+152=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1598 is #23EA67. Grayscale: #5F5F5F. Windows color (decimal): -2353768 or 9967068. OLE color: 9967068.

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

Color convert

RGB 220 21 152 -
CMYK 0 0.90 0.31 0.14
HSL 320.5º 0.83% 0.47% -
HSV(B) 320.5º 0.9% 0.86% -
XYZ 35.45 18.02 31.32 -
YUV 95.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 220 21 152 0 0.90 0.31 0.14 320.5 0.83 0.47
Hex DC 15 98 0 5A 1F E 141 53 2F
Octal 334 25 230 0 132 37 16 501 123 57
Binary 11011100 10101 10011000 0 1011010 11111 1110 101000001 1010011 101111

Color Harmonies of #DC1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1598

Black with #DC1598

Text Example


Text Example

White with #DC1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1598; }

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

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

background-color css

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

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

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

border-color css

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

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

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