Html Css Color HEX #DA25E1 Deep Magenta

📋 copy color: '#DA25E1'

red 218 ◦ green 37 ◦ blue 225

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

Shades of Deep Magenta #DA25E1

Tints of Deep Magenta #DA25E1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.71%

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

R = 45.42%
G = 7.71%
B = 46.88%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA25E1 (or 0xDA25E1) is known color: Deep Magenta. HEX triplet: DA, 25 and E1. RGB value is (218,37,225). Sum of RGB (Red+Green+Blue) = 218+37+225=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA25E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25E1 is #25DA1E. Grayscale: #6F6F6F. Windows color (decimal): -2480671 or 14755290. OLE color: 14755290.

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

Color convert

RGB 218 37 225 -
CMYK 0.03 0.84 0 0.12
HSL 297.77º 0.76% 0.51% -
HSV(B) 297.77º 0.84% 0.88% -
XYZ 43.17 21.66 73.14 -
YUV 112.55 191.47 203.21 -
System Red Green Blue C M Y K H S L
Decimal 218 37 225 0.03 0.84 0 0.12 297.77 0.76 0.51
Hex DA 25 E1 3 54 0 C 12A 4C 33
Octal 332 45 341 3 124 0 14 452 114 63
Binary 11011010 100101 11100001 11 1010100 0 1100 100101010 1001100 110011

Color Harmonies of #DA25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25E1

Black with #DA25E1

Text Example


Text Example

White with #DA25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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