Html Css Color HEX #DC1289 Medium Violet Red

📋 copy color: '#DC1289'

red 220 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #DC1289

Tints of Medium Violet Red #DC1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 58.67%
G = 4.8%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC1289 (or 0xDC1289) is known color: Medium Violet Red. HEX triplet: DC, 12 and 89. RGB value is (220,18,137). Sum of RGB (Red+Green+Blue) = 220+18+137=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1289 is #23ED76. Grayscale: #5B5B5B. Windows color (decimal): -2354551 or 8983260. OLE color: 8983260.

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

Color convert

RGB 220 18 137 -
CMYK 0 0.92 0.38 0.14
HSL 324.65º 0.85% 0.47% -
HSV(B) 324.65º 0.92% 0.86% -
XYZ 34.25 17.45 25.23 -
YUV 91.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 220 18 137 0 0.92 0.38 0.14 324.65 0.85 0.47
Hex DC 12 89 0 5C 26 E 145 55 2F
Octal 334 22 211 0 134 46 16 505 125 57
Binary 11011100 10010 10001001 0 1011100 100110 1110 101000101 1010101 101111

Color Harmonies of #DC1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1289

Black with #DC1289

Text Example


Text Example

White with #DC1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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