Html Css Color HEX #DC1297 Medium Violet Red

📋 copy color: '#DC1297'

red 220 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #DC1297

Tints of Medium Violet Red #DC1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.63%

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

R = 56.56%
G = 4.63%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC1297 (or 0xDC1297) is known color: Medium Violet Red. HEX triplet: DC, 12 and 97. RGB value is (220,18,151). Sum of RGB (Red+Green+Blue) = 220+18+151=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1297 is #23ED68. Grayscale: #5D5D5D. Windows color (decimal): -2354537 or 9900764. OLE color: 9900764.

HSL color Cylindrical-coordinate representation of color #DC1297: hue angle of 320.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1297 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 151 -
CMYK 0 0.92 0.31 0.14
HSL 320.5º 0.85% 0.47% -
HSV(B) 320.5º 0.92% 0.86% -
XYZ 35.32 17.88 30.87 -
YUV 93.56 160.42 218.19 -
System Red Green Blue C M Y K H S L
Decimal 220 18 151 0 0.92 0.31 0.14 320.5 0.85 0.47
Hex DC 12 97 0 5C 1F E 140 55 2F
Octal 334 22 227 0 134 37 16 500 125 57
Binary 11011100 10010 10010111 0 1011100 11111 1110 101000000 1010101 101111

Color Harmonies of #DC1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1297

Black with #DC1297

Text Example


Text Example

White with #DC1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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