Html Css Color HEX #DA1ADC Deep Magenta

📋 copy color: '#DA1ADC'

red 218 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #DA1ADC

Tints of Deep Magenta #DA1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 46.98%
G = 5.6%
B = 47.41%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA1ADC (or 0xDA1ADC) is known color: Deep Magenta. HEX triplet: DA, 1A and DC. RGB value is (218,26,220). Sum of RGB (Red+Green+Blue) = 218+26+220=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ADC is #25E523. Grayscale: #686868. Windows color (decimal): -2483492 or 14424794. OLE color: 14424794.

HSL color Cylindrical-coordinate representation of color #DA1ADC: hue angle of 299.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ADC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 26 220 -
CMYK 0.01 0.88 0 0.14
HSL 299.38º 0.79% 0.48% -
HSV(B) 299.38º 0.88% 0.86% -
XYZ 42.2 20.81 69.5 -
YUV 105.52 192.61 208.23 -
System Red Green Blue C M Y K H S L
Decimal 218 26 220 0.01 0.88 0 0.14 299.38 0.79 0.48
Hex DA 1A DC 1 58 0 E 12B 4F 30
Octal 332 32 334 1 130 0 16 453 117 60
Binary 11011010 11010 11011100 1 1011000 0 1110 100101011 1001111 110000

Color Harmonies of #DA1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1ADC

Black with #DA1ADC

Text Example


Text Example

White with #DA1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1ADC; }

 p { color: rgb(218,26,220); }

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

background-color css

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

 a { background-color: rgb(218,26,220); }

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

border-color css

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

 span { border-color: rgb(218,26,220); }

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