Html Css Color HEX #DE1AD1 Deep Magenta

📋 copy color: '#DE1AD1'

red 222 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #DE1AD1

Tints of Deep Magenta #DE1AD1

RGB

 RED value IS 222 (87.11% from 255) = 48.58%

 GREEN value IS 26 (10.55% from 255) = 5.69%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 48.58%
G = 5.69%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE1AD1 (or 0xDE1AD1) is known color: Deep Magenta. HEX triplet: DE, 1A and D1. RGB value is (222,26,209). Sum of RGB (Red+Green+Blue) = 222+26+209=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1AD1 is #21E52E. Grayscale: #686868. Windows color (decimal): -2221359 or 13703902. OLE color: 13703902.

HSL color Cylindrical-coordinate representation of color #DE1AD1: hue angle of 303.98º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1AD1 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 26 209 -
CMYK 0 0.88 0.06 0.13
HSL 303.98º 0.79% 0.49% -
HSV(B) 303.98º 0.88% 0.87% -
XYZ 42 20.87 62.14 -
YUV 105.47 186.43 211.12 -
System Red Green Blue C M Y K H S L
Decimal 222 26 209 0 0.88 0.06 0.13 303.98 0.79 0.49
Hex DE 1A D1 0 58 6 D 130 4F 31
Octal 336 32 321 0 130 6 15 460 117 61
Binary 11011110 11010 11010001 0 1011000 110 1101 100110000 1001111 110001

Color Harmonies of #DE1AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1AD1

Black with #DE1AD1

Text Example


Text Example

White with #DE1AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1AD1; }

 p { color: rgb(222,26,209); }

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

background-color css

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

 a { background-color: rgb(222,26,209); }

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

border-color css

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

 span { border-color: rgb(222,26,209); }

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