Html Css Color HEX #DC0384 Medium Violet Red

📋 copy color: '#DC0384'

red 220 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #DC0384

Tints of Medium Violet Red #DC0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 61.97%
G = 0.85%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0384 (or 0xDC0384) is known color: Medium Violet Red. HEX triplet: DC, 03 and 84. RGB value is (220,3,132). Sum of RGB (Red+Green+Blue) = 220+3+132=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0384 is #23FC7B. Grayscale: #525252. Windows color (decimal): -2358396 or 8651740. OLE color: 8651740.

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

Color convert

RGB 220 3 132 -
CMYK 0 0.99 0.40 0.14
HSL 324.33º 0.97% 0.44% -
HSV(B) 324.33º 0.99% 0.86% -
XYZ 33.71 16.95 23.32 -
YUV 82.59 155.89 226.01 -
System Red Green Blue C M Y K H S L
Decimal 220 3 132 0 0.99 0.40 0.14 324.33 0.97 0.44
Hex DC 3 84 0 63 28 E 144 61 2C
Octal 334 3 204 0 143 50 16 504 141 54
Binary 11011100 11 10000100 0 1100011 101000 1110 101000100 1100001 101100

Color Harmonies of #DC0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0384

Black with #DC0384

Text Example


Text Example

White with #DC0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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