Html Css Color HEX #DC1B8D Medium Violet Red

📋 copy color: '#DC1B8D'

red 220 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #DC1B8D

Tints of Medium Violet Red #DC1B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 56.7%
G = 6.96%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC1B8D (or 0xDC1B8D) is known color: Medium Violet Red. HEX triplet: DC, 1B and 8D. RGB value is (220,27,141). Sum of RGB (Red+Green+Blue) = 220+27+141=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B8D is #23E472. Grayscale: #616161. Windows color (decimal): -2352243 or 9247708. OLE color: 9247708.

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

Color convert

RGB 220 27 141 -
CMYK 0 0.88 0.36 0.14
HSL 324.56º 0.78% 0.48% -
HSV(B) 324.56º 0.88% 0.86% -
XYZ 34.71 17.92 26.83 -
YUV 97.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 220 27 141 0 0.88 0.36 0.14 324.56 0.78 0.48
Hex DC 1B 8D 0 58 24 E 145 4E 30
Octal 334 33 215 0 130 44 16 505 116 60
Binary 11011100 11011 10001101 0 1011000 100100 1110 101000101 1001110 110000

Color Harmonies of #DC1B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B8D

Black with #DC1B8D

Text Example


Text Example

White with #DC1B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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