Html Css Color HEX #DC1897 Medium Violet Red

📋 copy color: '#DC1897'

red 220 ◦ green 24 ◦ blue 151

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

Shades of Medium Violet Red #DC1897

Tints of Medium Violet Red #DC1897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.08%

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 55.7%
G = 6.08%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC1897 (or 0xDC1897) is known color: Medium Violet Red. HEX triplet: DC, 18 and 97. RGB value is (220,24,151). Sum of RGB (Red+Green+Blue) = 220+24+151=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1897 is #23E768. Grayscale: #606060. Windows color (decimal): -2353001 or 9902300. OLE color: 9902300.

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

Color convert

RGB 220 24 151 -
CMYK 0 0.89 0.31 0.14
HSL 321.12º 0.8% 0.48% -
HSV(B) 321.12º 0.89% 0.86% -
XYZ 35.43 18.1 30.91 -
YUV 97.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 220 24 151 0 0.89 0.31 0.14 321.12 0.8 0.48
Hex DC 18 97 0 59 1F E 141 50 30
Octal 334 30 227 0 131 37 16 501 120 60
Binary 11011100 11000 10010111 0 1011001 11111 1110 101000001 1010000 110000

Color Harmonies of #DC1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1897

Black with #DC1897

Text Example


Text Example

White with #DC1897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1897; }

 p { color: rgb(220,24,151); }

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

background-color css

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

 a { background-color: rgb(220,24,151); }

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

border-color css

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

 span { border-color: rgb(220,24,151); }

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