Html Css Color HEX #DA1DD7 Deep Magenta

📋 copy color: '#DA1DD7'

red 218 ◦ green 29 ◦ blue 215

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

Shades of Deep Magenta #DA1DD7

Tints of Deep Magenta #DA1DD7

RGB

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

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

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

R = 47.19%
G = 6.28%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA1DD7 (or 0xDA1DD7) is known color: Deep Magenta. HEX triplet: DA, 1D and D7. RGB value is (218,29,215). Sum of RGB (Red+Green+Blue) = 218+29+215=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DD7 is #25E228. Grayscale: #6A6A6A. Windows color (decimal): -2482729 or 14097882. OLE color: 14097882.

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

Color convert

RGB 218 29 215 -
CMYK 0 0.87 0.01 0.15
HSL 300.95º 0.77% 0.48% -
HSV(B) 300.95º 0.87% 0.85% -
XYZ 41.62 20.69 66.09 -
YUV 106.72 189.12 207.38 -
System Red Green Blue C M Y K H S L
Decimal 218 29 215 0 0.87 0.01 0.15 300.95 0.77 0.48
Hex DA 1D D7 0 57 1 F 12D 4D 30
Octal 332 35 327 0 127 1 17 455 115 60
Binary 11011010 11101 11010111 0 1010111 1 1111 100101101 1001101 110000

Color Harmonies of #DA1DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DD7

Black with #DA1DD7

Text Example


Text Example

White with #DA1DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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