Html Css Color HEX #DC128F Medium Violet Red

📋 copy color: '#DC128F'

red 220 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #DC128F

Tints of Medium Violet Red #DC128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 57.74%
G = 4.72%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC128F (or 0xDC128F) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8F. RGB value is (220,18,143). Sum of RGB (Red+Green+Blue) = 220+18+143=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128F is #23ED70. Grayscale: #5C5C5C. Windows color (decimal): -2354545 or 9376476. OLE color: 9376476.

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

Color convert

RGB 220 18 143 -
CMYK 0 0.92 0.35 0.14
HSL 322.87º 0.85% 0.47% -
HSV(B) 322.87º 0.92% 0.86% -
XYZ 34.69 17.63 27.56 -
YUV 92.65 156.42 218.84 -
System Red Green Blue C M Y K H S L
Decimal 220 18 143 0 0.92 0.35 0.14 322.87 0.85 0.47
Hex DC 12 8F 0 5C 23 E 143 55 2F
Octal 334 22 217 0 134 43 16 503 125 57
Binary 11011100 10010 10001111 0 1011100 100011 1110 101000011 1010101 101111

Color Harmonies of #DC128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC128F

Black with #DC128F

Text Example


Text Example

White with #DC128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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