Html Css Color HEX #DC1381 Medium Violet Red

📋 copy color: '#DC1381'

red 220 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #DC1381

Tints of Medium Violet Red #DC1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 59.78%
G = 5.16%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC1381 (or 0xDC1381) is known color: Medium Violet Red. HEX triplet: DC, 13 and 81. RGB value is (220,19,129). Sum of RGB (Red+Green+Blue) = 220+19+129=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1381 is #23EC7E. Grayscale: #5B5B5B. Windows color (decimal): -2354303 or 8459228. OLE color: 8459228.

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

Color convert

RGB 220 19 129 -
CMYK 0 0.91 0.41 0.14
HSL 327.16º 0.84% 0.47% -
HSV(B) 327.16º 0.91% 0.86% -
XYZ 33.71 17.27 22.32 -
YUV 91.64 149.09 219.56 -
System Red Green Blue C M Y K H S L
Decimal 220 19 129 0 0.91 0.41 0.14 327.16 0.84 0.47
Hex DC 13 81 0 5B 29 E 147 54 2F
Octal 334 23 201 0 133 51 16 507 124 57
Binary 11011100 10011 10000001 0 1011011 101001 1110 101000111 1010100 101111

Color Harmonies of #DC1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1381

Black with #DC1381

Text Example


Text Example

White with #DC1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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