Html Css Color HEX #DC188A Medium Violet Red

📋 copy color: '#DC188A'

red 220 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #DC188A

Tints of Medium Violet Red #DC188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

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

R = 57.59%
G = 6.28%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC188A (or 0xDC188A) is known color: Medium Violet Red. HEX triplet: DC, 18 and 8A. RGB value is (220,24,138). Sum of RGB (Red+Green+Blue) = 220+24+138=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC188A is #23E775. Grayscale: #5F5F5F. Windows color (decimal): -2353014 or 9050332. OLE color: 9050332.

HSL color Cylindrical-coordinate representation of color #DC188A: hue angle of 325.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC188A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 138 -
CMYK 0 0.89 0.37 0.14
HSL 325.1º 0.8% 0.48% -
HSV(B) 325.1º 0.89% 0.86% -
XYZ 34.43 17.7 25.65 -
YUV 95.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 220 24 138 0 0.89 0.37 0.14 325.1 0.8 0.48
Hex DC 18 8A 0 59 25 E 145 50 30
Octal 334 30 212 0 131 45 16 505 120 60
Binary 11011100 11000 10001010 0 1011001 100101 1110 101000101 1010000 110000

Color Harmonies of #DC188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC188A

Black with #DC188A

Text Example


Text Example

White with #DC188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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