Html Css Color HEX #DC127C Medium Violet Red

📋 copy color: '#DC127C'

red 220 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #DC127C

Tints of Medium Violet Red #DC127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 60.77%
G = 4.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC127C (or 0xDC127C) is known color: Medium Violet Red. HEX triplet: DC, 12 and 7C. RGB value is (220,18,124). Sum of RGB (Red+Green+Blue) = 220+18+124=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127C is #23ED83. Grayscale: #5A5A5A. Windows color (decimal): -2354564 or 8131292. OLE color: 8131292.

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

Color convert

RGB 220 18 124 -
CMYK 0 0.92 0.44 0.14
HSL 328.51º 0.85% 0.47% -
HSV(B) 328.51º 0.92% 0.86% -
XYZ 33.37 17.1 20.61 -
YUV 90.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 220 18 124 0 0.92 0.44 0.14 328.51 0.85 0.47
Hex DC 12 7C 0 5C 2C E 149 55 2F
Octal 334 22 174 0 134 54 16 511 125 57
Binary 11011100 10010 1111100 0 1011100 101100 1110 101001001 1010101 101111

Color Harmonies of #DC127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC127C

Black with #DC127C

Text Example


Text Example

White with #DC127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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