Html Css Color HEX #DA27E1 Deep Magenta

📋 copy color: '#DA27E1'

red 218 ◦ green 39 ◦ blue 225

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

Shades of Deep Magenta #DA27E1

Tints of Deep Magenta #DA27E1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.09%

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

R = 45.23%
G = 8.09%
B = 46.68%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA27E1 (or 0xDA27E1) is known color: Deep Magenta. HEX triplet: DA, 27 and E1. RGB value is (218,39,225). Sum of RGB (Red+Green+Blue) = 218+39+225=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA27E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27E1 is #25D81E. Grayscale: #717171. Windows color (decimal): -2480159 or 14755802. OLE color: 14755802.

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

Color convert

RGB 218 39 225 -
CMYK 0.03 0.83 0 0.12
HSL 297.74º 0.76% 0.52% -
HSV(B) 297.74º 0.83% 0.88% -
XYZ 43.23 21.79 73.16 -
YUV 113.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 218 39 225 0.03 0.83 0 0.12 297.74 0.76 0.52
Hex DA 27 E1 3 53 0 C 12A 4C 34
Octal 332 47 341 3 123 0 14 452 114 64
Binary 11011010 100111 11100001 11 1010011 0 1100 100101010 1001100 110100

Color Harmonies of #DA27E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27E1

Black with #DA27E1

Text Example


Text Example

White with #DA27E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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