Html Css Color HEX #DC138E Medium Violet Red

📋 copy color: '#DC138E'

red 220 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #DC138E

Tints of Medium Violet Red #DC138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 57.74%
G = 4.99%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC138E (or 0xDC138E) is known color: Medium Violet Red. HEX triplet: DC, 13 and 8E. RGB value is (220,19,142). Sum of RGB (Red+Green+Blue) = 220+19+142=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC138E is #23EC71. Grayscale: #5C5C5C. Windows color (decimal): -2354290 or 9311196. OLE color: 9311196.

HSL color Cylindrical-coordinate representation of color #DC138E: hue angle of 323.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC138E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 142 -
CMYK 0 0.91 0.35 0.14
HSL 323.28º 0.84% 0.47% -
HSV(B) 323.28º 0.91% 0.86% -
XYZ 34.63 17.63 27.17 -
YUV 93.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 220 19 142 0 0.91 0.35 0.14 323.28 0.84 0.47
Hex DC 13 8E 0 5B 23 E 143 54 2F
Octal 334 23 216 0 133 43 16 503 124 57
Binary 11011100 10011 10001110 0 1011011 100011 1110 101000011 1010100 101111

Color Harmonies of #DC138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC138E

Black with #DC138E

Text Example


Text Example

White with #DC138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC138E; }

 p { color: rgb(220,19,142); }

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

background-color css

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

 a { background-color: rgb(220,19,142); }

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

border-color css

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

 span { border-color: rgb(220,19,142); }

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