Html Css Color HEX #DC0184 Medium Violet Red

📋 copy color: '#DC0184'

red 220 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #DC0184

Tints of Medium Violet Red #DC0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 62.32%
G = 0.28%
B = 37.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0184 (or 0xDC0184) is known color: Medium Violet Red. HEX triplet: DC, 01 and 84. RGB value is (220,1,132). Sum of RGB (Red+Green+Blue) = 220+1+132=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0184 is #23FE7B. Grayscale: #515151. Windows color (decimal): -2358908 or 8651228. OLE color: 8651228.

HSL color Cylindrical-coordinate representation of color #DC0184: hue angle of 324.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0184 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 132 -
CMYK 0 1.00 0.40 0.14
HSL 324.11º 0.99% 0.43% -
HSV(B) 324.11º 1% 0.86% -
XYZ 33.69 16.9 23.32 -
YUV 81.42 156.55 226.85 -
System Red Green Blue C M Y K H S L
Decimal 220 1 132 0 1.00 0.40 0.14 324.11 0.99 0.43
Hex DC 1 84 0 64 28 E 144 63 2B
Octal 334 1 204 0 144 50 16 504 143 53
Binary 11011100 1 10000100 0 1100100 101000 1110 101000100 1100011 101011

Color Harmonies of #DC0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0184

Black with #DC0184

Text Example


Text Example

White with #DC0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0184; }

 p { color: rgb(220,1,132); }

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

background-color css

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

 a { background-color: rgb(220,1,132); }

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

border-color css

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

 span { border-color: rgb(220,1,132); }

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