Html Css Color HEX #DC1B9D Medium Violet Red

📋 copy color: '#DC1B9D'

red 220 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #DC1B9D

Tints of Medium Violet Red #DC1B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 54.46%
G = 6.68%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC1B9D (or 0xDC1B9D) is known color: Medium Violet Red. HEX triplet: DC, 1B and 9D. RGB value is (220,27,157). Sum of RGB (Red+Green+Blue) = 220+27+157=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B9D is #23E462. Grayscale: #636363. Windows color (decimal): -2352227 or 10296284. OLE color: 10296284.

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

Color convert

RGB 220 27 157 -
CMYK 0 0.88 0.29 0.14
HSL 319.59º 0.78% 0.48% -
HSV(B) 319.59º 0.88% 0.86% -
XYZ 35.99 18.43 33.56 -
YUV 99.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 220 27 157 0 0.88 0.29 0.14 319.59 0.78 0.48
Hex DC 1B 9D 0 58 1D E 140 4E 30
Octal 334 33 235 0 130 35 16 500 116 60
Binary 11011100 11011 10011101 0 1011000 11101 1110 101000000 1001110 110000

Color Harmonies of #DC1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B9D

Black with #DC1B9D

Text Example


Text Example

White with #DC1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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