Html Css Color HEX #DC0E8A Medium Violet Red

📋 copy color: '#DC0E8A'

red 220 ◦ green 14 ◦ blue 138

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

Shades of Medium Violet Red #DC0E8A

Tints of Medium Violet Red #DC0E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.76%

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

R = 59.14%
G = 3.76%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC0E8A (or 0xDC0E8A) is known color: Medium Violet Red. HEX triplet: DC, 0E and 8A. RGB value is (220,14,138). Sum of RGB (Red+Green+Blue) = 220+14+138=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E8A is #23F175. Grayscale: #595959. Windows color (decimal): -2355574 or 9047772. OLE color: 9047772.

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

Color convert

RGB 220 14 138 -
CMYK 0 0.94 0.37 0.14
HSL 323.88º 0.88% 0.46% -
HSV(B) 323.88º 0.94% 0.86% -
XYZ 34.26 17.36 25.59 -
YUV 89.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 220 14 138 0 0.94 0.37 0.14 323.88 0.88 0.46
Hex DC E 8A 0 5E 25 E 144 58 2E
Octal 334 16 212 0 136 45 16 504 130 56
Binary 11011100 1110 10001010 0 1011110 100101 1110 101000100 1011000 101110

Color Harmonies of #DC0E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0E8A

Black with #DC0E8A

Text Example


Text Example

White with #DC0E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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