Html Css Color HEX #DC127D Medium Violet Red

📋 copy color: '#DC127D'

red 220 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #DC127D

Tints of Medium Violet Red #DC127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 60.61%
G = 4.96%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC127D (or 0xDC127D) is known color: Medium Violet Red. HEX triplet: DC, 12 and 7D. RGB value is (220,18,125). Sum of RGB (Red+Green+Blue) = 220+18+125=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127D is #23ED82. Grayscale: #5A5A5A. Windows color (decimal): -2354563 or 8196828. OLE color: 8196828.

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

Color convert

RGB 220 18 125 -
CMYK 0 0.92 0.43 0.14
HSL 328.22º 0.85% 0.47% -
HSV(B) 328.22º 0.92% 0.86% -
XYZ 33.43 17.13 20.95 -
YUV 90.6 147.42 220.3 -
System Red Green Blue C M Y K H S L
Decimal 220 18 125 0 0.92 0.43 0.14 328.22 0.85 0.47
Hex DC 12 7D 0 5C 2B E 148 55 2F
Octal 334 22 175 0 134 53 16 510 125 57
Binary 11011100 10010 1111101 0 1011100 101011 1110 101001000 1010101 101111

Color Harmonies of #DC127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC127D

Black with #DC127D

Text Example


Text Example

White with #DC127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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