Html Css Color HEX #DC1B84 Medium Violet Red

📋 copy color: '#DC1B84'

red 220 ◦ green 27 ◦ blue 132

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

Shades of Medium Violet Red #DC1B84

Tints of Medium Violet Red #DC1B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

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

R = 58.05%
G = 7.12%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC1B84 (or 0xDC1B84) is known color: Medium Violet Red. HEX triplet: DC, 1B and 84. RGB value is (220,27,132). Sum of RGB (Red+Green+Blue) = 220+27+132=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B84 is #23E47B. Grayscale: #606060. Windows color (decimal): -2352252 or 8657884. OLE color: 8657884.

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

Color convert

RGB 220 27 132 -
CMYK 0 0.88 0.40 0.14
HSL 327.36º 0.78% 0.48% -
HSV(B) 327.36º 0.88% 0.86% -
XYZ 34.07 17.67 23.44 -
YUV 96.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 220 27 132 0 0.88 0.40 0.14 327.36 0.78 0.48
Hex DC 1B 84 0 58 28 E 147 4E 30
Octal 334 33 204 0 130 50 16 507 116 60
Binary 11011100 11011 10000100 0 1011000 101000 1110 101000111 1001110 110000

Color Harmonies of #DC1B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B84

Black with #DC1B84

Text Example


Text Example

White with #DC1B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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