Html Css Color HEX #DA15E1 Deep Magenta

📋 copy color: '#DA15E1'

red 218 ◦ green 21 ◦ blue 225

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

Shades of Deep Magenta #DA15E1

Tints of Deep Magenta #DA15E1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.53%

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

R = 46.98%
G = 4.53%
B = 48.49%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA15E1 (or 0xDA15E1) is known color: Deep Magenta. HEX triplet: DA, 15 and E1. RGB value is (218,21,225). Sum of RGB (Red+Green+Blue) = 218+21+225=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA15E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15E1 is #25EA1E. Grayscale: #666666. Windows color (decimal): -2484767 or 14751194. OLE color: 14751194.

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

Color convert

RGB 218 21 225 -
CMYK 0.03 0.91 0 0.12
HSL 297.94º 0.83% 0.48% -
HSV(B) 297.94º 0.91% 0.88% -
XYZ 42.77 20.88 73.01 -
YUV 103.16 196.77 209.91 -
System Red Green Blue C M Y K H S L
Decimal 218 21 225 0.03 0.91 0 0.12 297.94 0.83 0.48
Hex DA 15 E1 3 5B 0 C 12A 53 30
Octal 332 25 341 3 133 0 14 452 123 60
Binary 11011010 10101 11100001 11 1011011 0 1100 100101010 1010011 110000

Color Harmonies of #DA15E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15E1

Black with #DA15E1

Text Example


Text Example

White with #DA15E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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