Html Css Color HEX #DC0487 Medium Violet Red

📋 copy color: '#DC0487'

red 220 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #DC0487

Tints of Medium Violet Red #DC0487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 61.28%
G = 1.11%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC0487 (or 0xDC0487) is known color: Medium Violet Red. HEX triplet: DC, 04 and 87. RGB value is (220,4,135). Sum of RGB (Red+Green+Blue) = 220+4+135=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0487 is #23FB78. Grayscale: #535353. Windows color (decimal): -2358137 or 8848604. OLE color: 8848604.

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

Color convert

RGB 220 4 135 -
CMYK 0 0.98 0.39 0.14
HSL 323.61º 0.96% 0.44% -
HSV(B) 323.61º 0.98% 0.86% -
XYZ 33.93 17.05 24.42 -
YUV 83.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 220 4 135 0 0.98 0.39 0.14 323.61 0.96 0.44
Hex DC 4 87 0 62 27 E 144 60 2C
Octal 334 4 207 0 142 47 16 504 140 54
Binary 11011100 100 10000111 0 1100010 100111 1110 101000100 1100000 101100

Color Harmonies of #DC0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0487

Black with #DC0487

Text Example


Text Example

White with #DC0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0487; }

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

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

background-color css

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

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

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

border-color css

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

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

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