Html Css Color HEX #DA1ED7 Deep Magenta

📋 copy color: '#DA1ED7'

red 218 ◦ green 30 ◦ blue 215

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

Shades of Deep Magenta #DA1ED7

Tints of Deep Magenta #DA1ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.48%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 47.08%
G = 6.48%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA1ED7 (or 0xDA1ED7) is known color: Deep Magenta. HEX triplet: DA, 1E and D7. RGB value is (218,30,215). Sum of RGB (Red+Green+Blue) = 218+30+215=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ED7 is #25E128. Grayscale: #6A6A6A. Windows color (decimal): -2482473 or 14098138. OLE color: 14098138.

HSL color Cylindrical-coordinate representation of color #DA1ED7: hue angle of 300.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1ED7 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 215 -
CMYK 0 0.86 0.01 0.15
HSL 300.96º 0.76% 0.49% -
HSV(B) 300.96º 0.86% 0.85% -
XYZ 41.64 20.74 66.1 -
YUV 107.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 218 30 215 0 0.86 0.01 0.15 300.96 0.76 0.49
Hex DA 1E D7 0 56 1 F 12D 4C 31
Octal 332 36 327 0 126 1 17 455 114 61
Binary 11011010 11110 11010111 0 1010110 1 1111 100101101 1001100 110001

Color Harmonies of #DA1ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1ED7

Black with #DA1ED7

Text Example


Text Example

White with #DA1ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1ED7; }

 p { color: rgb(218,30,215); }

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

background-color css

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

 a { background-color: rgb(218,30,215); }

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

border-color css

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

 span { border-color: rgb(218,30,215); }

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