Html Css Color HEX #DC0EBE Deep Magenta

📋 copy color: '#DC0EBE'

red 220 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #DC0EBE

Tints of Deep Magenta #DC0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 51.89%
G = 3.3%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC0EBE (or 0xDC0EBE) is known color: Deep Magenta. HEX triplet: DC, 0E and BE. RGB value is (220,14,190). Sum of RGB (Red+Green+Blue) = 220+14+190=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EBE is #23F141. Grayscale: #5F5F5F. Windows color (decimal): -2355522 or 12455644. OLE color: 12455644.

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

Color convert

RGB 220 14 190 -
CMYK 0 0.94 0.14 0.14
HSL 308.74º 0.88% 0.46% -
HSV(B) 308.74º 0.94% 0.86% -
XYZ 38.97 19.25 50.38 -
YUV 95.66 181.25 216.69 -
System Red Green Blue C M Y K H S L
Decimal 220 14 190 0 0.94 0.14 0.14 308.74 0.88 0.46
Hex DC E BE 0 5E E E 135 58 2E
Octal 334 16 276 0 136 16 16 465 130 56
Binary 11011100 1110 10111110 0 1011110 1110 1110 100110101 1011000 101110

Color Harmonies of #DC0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EBE

Black with #DC0EBE

Text Example


Text Example

White with #DC0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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