Html Css Color HEX #DC1B86 Medium Violet Red

📋 copy color: '#DC1B86'

red 220 ◦ green 27 ◦ blue 134

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

Shades of Medium Violet Red #DC1B86

Tints of Medium Violet Red #DC1B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 57.74%
G = 7.09%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC1B86 (or 0xDC1B86) is known color: Medium Violet Red. HEX triplet: DC, 1B and 86. RGB value is (220,27,134). Sum of RGB (Red+Green+Blue) = 220+27+134=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B86 is #23E479. Grayscale: #606060. Windows color (decimal): -2352250 or 8788956. OLE color: 8788956.

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

Color convert

RGB 220 27 134 -
CMYK 0 0.88 0.39 0.14
HSL 326.74º 0.78% 0.48% -
HSV(B) 326.74º 0.88% 0.86% -
XYZ 34.21 17.72 24.17 -
YUV 96.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 220 27 134 0 0.88 0.39 0.14 326.74 0.78 0.48
Hex DC 1B 86 0 58 27 E 147 4E 30
Octal 334 33 206 0 130 47 16 507 116 60
Binary 11011100 11011 10000110 0 1011000 100111 1110 101000111 1001110 110000

Color Harmonies of #DC1B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B86

Black with #DC1B86

Text Example


Text Example

White with #DC1B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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