Html Css Color HEX #DC1A9A Medium Violet Red

📋 copy color: '#DC1A9A'

red 220 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #DC1A9A

Tints of Medium Violet Red #DC1A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.5%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 55%
G = 6.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC1A9A (or 0xDC1A9A) is known color: Medium Violet Red. HEX triplet: DC, 1A and 9A. RGB value is (220,26,154). Sum of RGB (Red+Green+Blue) = 220+26+154=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1A9A is #23E565. Grayscale: #626262. Windows color (decimal): -2352486 or 10099420. OLE color: 10099420.

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

Color convert

RGB 220 26 154 -
CMYK 0 0.88 0.3 0.14
HSL 320.41º 0.79% 0.48% -
HSV(B) 320.41º 0.88% 0.86% -
XYZ 35.72 18.29 32.22 -
YUV 98.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 220 26 154 0 0.88 0.3 0.14 320.41 0.79 0.48
Hex DC 1A 9A 0 58 1E E 140 4F 30
Octal 334 32 232 0 130 36 16 500 117 60
Binary 11011100 11010 10011010 0 1011000 11110 1110 101000000 1001111 110000

Color Harmonies of #DC1A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A9A

Black with #DC1A9A

Text Example


Text Example

White with #DC1A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A9A; }

 p { color: rgb(220,26,154); }

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

background-color css

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

 a { background-color: rgb(220,26,154); }

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

border-color css

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

 span { border-color: rgb(220,26,154); }

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