Html Css Color HEX #DC1B8A Medium Violet Red

📋 copy color: '#DC1B8A'

red 220 ◦ green 27 ◦ blue 138

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

Shades of Medium Violet Red #DC1B8A

Tints of Medium Violet Red #DC1B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 57.14%
G = 7.01%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC1B8A (or 0xDC1B8A) is known color: Medium Violet Red. HEX triplet: DC, 1B and 8A. RGB value is (220,27,138). Sum of RGB (Red+Green+Blue) = 220+27+138=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B8A is #23E475. Grayscale: #616161. Windows color (decimal): -2352246 or 9051100. OLE color: 9051100.

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

Color convert

RGB 220 27 138 -
CMYK 0 0.88 0.37 0.14
HSL 325.49º 0.78% 0.48% -
HSV(B) 325.49º 0.88% 0.86% -
XYZ 34.49 17.83 25.67 -
YUV 97.36 150.94 215.47 -
System Red Green Blue C M Y K H S L
Decimal 220 27 138 0 0.88 0.37 0.14 325.49 0.78 0.48
Hex DC 1B 8A 0 58 25 E 145 4E 30
Octal 334 33 212 0 130 45 16 505 116 60
Binary 11011100 11011 10001010 0 1011000 100101 1110 101000101 1001110 110000

Color Harmonies of #DC1B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B8A

Black with #DC1B8A

Text Example


Text Example

White with #DC1B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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