Html Css Color HEX #DC038A Medium Violet Red

📋 copy color: '#DC038A'

red 220 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #DC038A

Tints of Medium Violet Red #DC038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 60.94%
G = 0.83%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC038A (or 0xDC038A) is known color: Medium Violet Red. HEX triplet: DC, 03 and 8A. RGB value is (220,3,138). Sum of RGB (Red+Green+Blue) = 220+3+138=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC038A is #23FC75. Grayscale: #525252. Windows color (decimal): -2358390 or 9044956. OLE color: 9044956.

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

Color convert

RGB 220 3 138 -
CMYK 0 0.99 0.37 0.14
HSL 322.67º 0.97% 0.44% -
HSV(B) 322.67º 0.99% 0.86% -
XYZ 34.14 17.12 25.55 -
YUV 83.27 158.89 225.52 -
System Red Green Blue C M Y K H S L
Decimal 220 3 138 0 0.99 0.37 0.14 322.67 0.97 0.44
Hex DC 3 8A 0 63 25 E 143 61 2C
Octal 334 3 212 0 143 45 16 503 141 54
Binary 11011100 11 10001010 0 1100011 100101 1110 101000011 1100001 101100

Color Harmonies of #DC038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC038A

Black with #DC038A

Text Example


Text Example

White with #DC038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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