Html Css Color HEX #DA1DE1 Deep Magenta

📋 copy color: '#DA1DE1'

red 218 ◦ green 29 ◦ blue 225

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

Shades of Deep Magenta #DA1DE1

Tints of Deep Magenta #DA1DE1

RGB

 RED value IS 218 (85.55% from 255) = 46.19%

 GREEN value IS 29 (11.72% from 255) = 6.14%

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

R = 46.19%
G = 6.14%
B = 47.67%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA1DE1 (or 0xDA1DE1) is known color: Deep Magenta. HEX triplet: DA, 1D and E1. RGB value is (218,29,225). Sum of RGB (Red+Green+Blue) = 218+29+225=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA1DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DE1 is #25E21E. Grayscale: #6B6B6B. Windows color (decimal): -2482719 or 14753242. OLE color: 14753242.

HSL color Cylindrical-coordinate representation of color #DA1DE1: hue angle of 297.86º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DE1 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 29 225 -
CMYK 0.03 0.87 0 0.12
HSL 297.86º 0.77% 0.5% -
HSV(B) 297.86º 0.87% 0.88% -
XYZ 42.94 21.22 73.07 -
YUV 107.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 218 29 225 0.03 0.87 0 0.12 297.86 0.77 0.5
Hex DA 1D E1 3 57 0 C 12A 4D 32
Octal 332 35 341 3 127 0 14 452 115 62
Binary 11011010 11101 11100001 11 1010111 0 1100 100101010 1001101 110010

Color Harmonies of #DA1DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DE1

Black with #DA1DE1

Text Example


Text Example

White with #DA1DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DE1; }

 p { color: rgb(218,29,225); }

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

background-color css

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

 a { background-color: rgb(218,29,225); }

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

border-color css

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

 span { border-color: rgb(218,29,225); }

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