Html Css Color HEX #DC0490 Medium Violet Red

📋 copy color: '#DC0490'

red 220 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #DC0490

Tints of Medium Violet Red #DC0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 59.78%
G = 1.09%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC0490 (or 0xDC0490) is known color: Medium Violet Red. HEX triplet: DC, 04 and 90. RGB value is (220,4,144). Sum of RGB (Red+Green+Blue) = 220+4+144=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0490 is #23FB6F. Grayscale: #545454. Windows color (decimal): -2358128 or 9438428. OLE color: 9438428.

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

Color convert

RGB 220 4 144 -
CMYK 0 0.98 0.35 0.14
HSL 321.11º 0.96% 0.44% -
HSV(B) 321.11º 0.98% 0.86% -
XYZ 34.59 17.32 27.9 -
YUV 84.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 220 4 144 0 0.98 0.35 0.14 321.11 0.96 0.44
Hex DC 4 90 0 62 23 E 141 60 2C
Octal 334 4 220 0 142 43 16 501 140 54
Binary 11011100 100 10010000 0 1100010 100011 1110 101000001 1100000 101100

Color Harmonies of #DC0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0490

Black with #DC0490

Text Example


Text Example

White with #DC0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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