Html Css Color HEX #DC0481 Medium Violet Red

📋 copy color: '#DC0481'

red 220 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #DC0481

Tints of Medium Violet Red #DC0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 62.32%
G = 1.13%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC0481 (or 0xDC0481) is known color: Medium Violet Red. HEX triplet: DC, 04 and 81. RGB value is (220,4,129). Sum of RGB (Red+Green+Blue) = 220+4+129=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0481 is #23FB7E. Grayscale: #525252. Windows color (decimal): -2358143 or 8455388. OLE color: 8455388.

HSL color Cylindrical-coordinate representation of color #DC0481: hue angle of 325.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0481 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 129 -
CMYK 0 0.98 0.41 0.14
HSL 325.28º 0.96% 0.44% -
HSV(B) 325.28º 0.98% 0.86% -
XYZ 33.52 16.89 22.26 -
YUV 82.83 154.06 225.84 -
System Red Green Blue C M Y K H S L
Decimal 220 4 129 0 0.98 0.41 0.14 325.28 0.96 0.44
Hex DC 4 81 0 62 29 E 145 60 2C
Octal 334 4 201 0 142 51 16 505 140 54
Binary 11011100 100 10000001 0 1100010 101001 1110 101000101 1100000 101100

Color Harmonies of #DC0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0481

Black with #DC0481

Text Example


Text Example

White with #DC0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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