Html Css Color HEX #DC1B9F Medium Violet Red

📋 copy color: '#DC1B9F'

red 220 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #DC1B9F

Tints of Medium Violet Red #DC1B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 54.19%
G = 6.65%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC1B9F (or 0xDC1B9F) is known color: Medium Violet Red. HEX triplet: DC, 1B and 9F. RGB value is (220,27,159). Sum of RGB (Red+Green+Blue) = 220+27+159=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B9F is #23E460. Grayscale: #636363. Windows color (decimal): -2352225 or 10427356. OLE color: 10427356.

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

Color convert

RGB 220 27 159 -
CMYK 0 0.88 0.28 0.14
HSL 318.96º 0.78% 0.48% -
HSV(B) 318.96º 0.88% 0.86% -
XYZ 36.17 18.5 34.47 -
YUV 99.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 220 27 159 0 0.88 0.28 0.14 318.96 0.78 0.48
Hex DC 1B 9F 0 58 1C E 13F 4E 30
Octal 334 33 237 0 130 34 16 477 116 60
Binary 11011100 11011 10011111 0 1011000 11100 1110 100111111 1001110 110000

Color Harmonies of #DC1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B9F

Black with #DC1B9F

Text Example


Text Example

White with #DC1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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