Html Css Color HEX #DC1B83 Medium Violet Red

📋 copy color: '#DC1B83'

red 220 ◦ green 27 ◦ blue 131

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

Shades of Medium Violet Red #DC1B83

Tints of Medium Violet Red #DC1B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 58.2%
G = 7.14%
B = 34.66%

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

#DC1B83 (or 0xDC1B83) is known color: Medium Violet Red. HEX triplet: DC, 1B and 83. RGB value is (220,27,131). Sum of RGB (Red+Green+Blue) = 220+27+131=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B83 is #23E47C. Grayscale: #606060. Windows color (decimal): -2352253 or 8592348. OLE color: 8592348.

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

Color convert

RGB 220 27 131 -
CMYK 0 0.88 0.40 0.14
HSL 327.67º 0.78% 0.48% -
HSV(B) 327.67º 0.88% 0.86% -
XYZ 34 17.64 23.09 -
YUV 96.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 220 27 131 0 0.88 0.40 0.14 327.67 0.78 0.48
Hex DC 1B 83 0 58 28 E 148 4E 30
Octal 334 33 203 0 130 50 16 510 116 60
Binary 11011100 11011 10000011 0 1011000 101000 1110 101001000 1001110 110000

Color Harmonies of #DC1B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B83

Black with #DC1B83

Text Example


Text Example

White with #DC1B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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