Html Css Color HEX #DC03E3 Deep Magenta

📋 copy color: '#DC03E3'

red 220 ◦ green 3 ◦ blue 227

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

Shades of Deep Magenta #DC03E3

Tints of Deep Magenta #DC03E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.44%

R = 48.89%
G = 0.67%
B = 50.44%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC03E3 (or 0xDC03E3) is known color: Deep Magenta. HEX triplet: DC, 03 and E3. RGB value is (220,3,227). Sum of RGB (Red+Green+Blue) = 220+3+227=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC03E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03E3 is #23FC1C. Grayscale: #5C5C5C. Windows color (decimal): -2358301 or 14877660. OLE color: 14877660.

HSL color Cylindrical-coordinate representation of color #DC03E3: hue angle of 298.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03E3 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 3 227 -
CMYK 0.03 0.99 0 0.11
HSL 298.13º 0.97% 0.45% -
HSV(B) 298.13º 0.99% 0.89% -
XYZ 43.41 20.83 74.4 -
YUV 93.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 220 3 227 0.03 0.99 0 0.11 298.13 0.97 0.45
Hex DC 3 E3 3 63 0 B 12A 61 2D
Octal 334 3 343 3 143 0 13 452 141 55
Binary 11011100 11 11100011 11 1100011 0 1011 100101010 1100001 101101

Color Harmonies of #DC03E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03E3

Black with #DC03E3

Text Example


Text Example

White with #DC03E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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