Html Css Color HEX #DF1AE1 Deep Magenta

📋 copy color: '#DF1AE1'

red 223 ◦ green 26 ◦ blue 225

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

Shades of Deep Magenta #DF1AE1

Tints of Deep Magenta #DF1AE1

RGB

 RED value IS 223 (87.5% from 255) = 47.05%

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

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

R = 47.05%
G = 5.49%
B = 47.47%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF1AE1 (or 0xDF1AE1) is known color: Deep Magenta. HEX triplet: DF, 1A and E1. RGB value is (223,26,225). Sum of RGB (Red+Green+Blue) = 223+26+225=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF1AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1AE1 is #20E51E. Grayscale: #6A6A6A. Windows color (decimal): -2155807 or 14752479. OLE color: 14752479.

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

Color convert

RGB 223 26 225 -
CMYK 0.01 0.88 0 0.12
HSL 299.4º 0.79% 0.49% -
HSV(B) 299.4º 0.88% 0.88% -
XYZ 44.39 21.86 73.11 -
YUV 107.59 194.27 210.32 -
System Red Green Blue C M Y K H S L
Decimal 223 26 225 0.01 0.88 0 0.12 299.4 0.79 0.49
Hex DF 1A E1 1 58 0 C 12B 4F 31
Octal 337 32 341 1 130 0 14 453 117 61
Binary 11011111 11010 11100001 1 1011000 0 1100 100101011 1001111 110001

Color Harmonies of #DF1AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1AE1

Black with #DF1AE1

Text Example


Text Example

White with #DF1AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1AE1; }

 p { color: rgb(223,26,225); }

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

background-color css

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

 a { background-color: rgb(223,26,225); }

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

border-color css

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

 span { border-color: rgb(223,26,225); }

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