Html Css Color HEX #DC26E1 Deep Magenta

📋 copy color: '#DC26E1'

red 220 ◦ green 38 ◦ blue 225

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

Shades of Deep Magenta #DC26E1

Tints of Deep Magenta #DC26E1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.87%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 45.55%
G = 7.87%
B = 46.58%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC26E1 (or 0xDC26E1) is known color: Deep Magenta. HEX triplet: DC, 26 and E1. RGB value is (220,38,225). Sum of RGB (Red+Green+Blue) = 220+38+225=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC26E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC26E1 is #23D91E. Grayscale: #717171. Windows color (decimal): -2349343 or 14755548. OLE color: 14755548.

HSL color Cylindrical-coordinate representation of color #DC26E1: hue angle of 298.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC26E1 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 38 225 -
CMYK 0.02 0.83 0 0.12
HSL 298.4º 0.76% 0.52% -
HSV(B) 298.4º 0.83% 0.88% -
XYZ 43.8 22.04 73.18 -
YUV 113.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 220 38 225 0.02 0.83 0 0.12 298.4 0.76 0.52
Hex DC 26 E1 2 53 0 C 12A 4C 34
Octal 334 46 341 2 123 0 14 452 114 64
Binary 11011100 100110 11100001 10 1010011 0 1100 100101010 1001100 110100

Color Harmonies of #DC26E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC26E1

Black with #DC26E1

Text Example


Text Example

White with #DC26E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC26E1; }

 p { color: rgb(220,38,225); }

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

background-color css

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

 a { background-color: rgb(220,38,225); }

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

border-color css

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

 span { border-color: rgb(220,38,225); }

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