Html Css Color HEX #DC24E2 Deep Magenta

📋 copy color: '#DC24E2'

red 220 ◦ green 36 ◦ blue 226

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

Shades of Deep Magenta #DC24E2

Tints of Deep Magenta #DC24E2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 45.64%
G = 7.47%
B = 46.89%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC24E2 (or 0xDC24E2) is known color: Deep Magenta. HEX triplet: DC, 24 and E2. RGB value is (220,36,226). Sum of RGB (Red+Green+Blue) = 220+36+226=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24E2 is #23DB1D. Grayscale: #707070. Windows color (decimal): -2349854 or 14820572. OLE color: 14820572.

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

Color convert

RGB 220 36 226 -
CMYK 0.03 0.84 0 0.11
HSL 298.11º 0.77% 0.51% -
HSV(B) 298.11º 0.84% 0.89% -
XYZ 43.87 21.97 73.88 -
YUV 112.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 220 36 226 0.03 0.84 0 0.11 298.11 0.77 0.51
Hex DC 24 E2 3 54 0 B 12A 4D 33
Octal 334 44 342 3 124 0 13 452 115 63
Binary 11011100 100100 11100010 11 1010100 0 1011 100101010 1001101 110011

Color Harmonies of #DC24E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24E2

Black with #DC24E2

Text Example


Text Example

White with #DC24E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24E2; }

 p { color: rgb(220,36,226); }

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

background-color css

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

 a { background-color: rgb(220,36,226); }

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

border-color css

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

 span { border-color: rgb(220,36,226); }

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