Html Css Color HEX #DC128D Medium Violet Red

📋 copy color: '#DC128D'

red 220 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #DC128D

Tints of Medium Violet Red #DC128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 58.05%
G = 4.75%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC128D (or 0xDC128D) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8D. RGB value is (220,18,141). Sum of RGB (Red+Green+Blue) = 220+18+141=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128D is #23ED72. Grayscale: #5C5C5C. Windows color (decimal): -2354547 or 9245404. OLE color: 9245404.

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

Color convert

RGB 220 18 141 -
CMYK 0 0.92 0.36 0.14
HSL 323.47º 0.85% 0.47% -
HSV(B) 323.47º 0.92% 0.86% -
XYZ 34.54 17.57 26.77 -
YUV 92.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 220 18 141 0 0.92 0.36 0.14 323.47 0.85 0.47
Hex DC 12 8D 0 5C 24 E 143 55 2F
Octal 334 22 215 0 134 44 16 503 125 57
Binary 11011100 10010 10001101 0 1011100 100100 1110 101000011 1010101 101111

Color Harmonies of #DC128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC128D

Black with #DC128D

Text Example


Text Example

White with #DC128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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