Html Css Color HEX #DC0EBA Deep Magenta

📋 copy color: '#DC0EBA'

red 220 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #DC0EBA

Tints of Deep Magenta #DC0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 52.38%
G = 3.33%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC0EBA (or 0xDC0EBA) is known color: Deep Magenta. HEX triplet: DC, 0E and BA. RGB value is (220,14,186). Sum of RGB (Red+Green+Blue) = 220+14+186=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EBA is #23F145. Grayscale: #5E5E5E. Windows color (decimal): -2355526 or 12193500. OLE color: 12193500.

HSL color Cylindrical-coordinate representation of color #DC0EBA: hue angle of 309.9º 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 #DC0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 14 186 -
CMYK 0 0.94 0.15 0.14
HSL 309.9º 0.88% 0.46% -
HSV(B) 309.9º 0.94% 0.86% -
XYZ 38.54 19.07 48.11 -
YUV 95.2 179.25 217.01 -
System Red Green Blue C M Y K H S L
Decimal 220 14 186 0 0.94 0.15 0.14 309.9 0.88 0.46
Hex DC E BA 0 5E F E 136 58 2E
Octal 334 16 272 0 136 17 16 466 130 56
Binary 11011100 1110 10111010 0 1011110 1111 1110 100110110 1011000 101110

Color Harmonies of #DC0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EBA

Black with #DC0EBA

Text Example


Text Example

White with #DC0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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