Html Css Color HEX #DC149A Medium Violet Red

📋 copy color: '#DC149A'

red 220 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #DC149A

Tints of Medium Violet Red #DC149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 55.84%
G = 5.08%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC149A (or 0xDC149A) is known color: Medium Violet Red. HEX triplet: DC, 14 and 9A. RGB value is (220,20,154). Sum of RGB (Red+Green+Blue) = 220+20+154=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC149A is #23EB65. Grayscale: #5E5E5E. Windows color (decimal): -2354022 or 10097884. OLE color: 10097884.

HSL color Cylindrical-coordinate representation of color #DC149A: hue angle of 319.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC149A is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 154 -
CMYK 0 0.91 0.3 0.14
HSL 319.8º 0.83% 0.47% -
HSV(B) 319.8º 0.91% 0.86% -
XYZ 35.6 18.05 32.18 -
YUV 95.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 220 20 154 0 0.91 0.3 0.14 319.8 0.83 0.47
Hex DC 14 9A 0 5B 1E E 140 53 2F
Octal 334 24 232 0 133 36 16 500 123 57
Binary 11011100 10100 10011010 0 1011011 11110 1110 101000000 1010011 101111

Color Harmonies of #DC149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC149A

Black with #DC149A

Text Example


Text Example

White with #DC149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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