Html Css Color HEX #DA18DC Deep Magenta

📋 copy color: '#DA18DC'

red 218 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #DA18DC

Tints of Deep Magenta #DA18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

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

R = 47.19%
G = 5.19%
B = 47.62%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA18DC (or 0xDA18DC) is known color: Deep Magenta. HEX triplet: DA, 18 and DC. RGB value is (218,24,220). Sum of RGB (Red+Green+Blue) = 218+24+220=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18DC is #25E723. Grayscale: #676767. Windows color (decimal): -2484004 or 14424282. OLE color: 14424282.

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

Color convert

RGB 218 24 220 -
CMYK 0.01 0.89 0 0.14
HSL 299.39º 0.8% 0.48% -
HSV(B) 299.39º 0.89% 0.86% -
XYZ 42.16 20.73 69.49 -
YUV 104.35 193.27 209.06 -
System Red Green Blue C M Y K H S L
Decimal 218 24 220 0.01 0.89 0 0.14 299.39 0.8 0.48
Hex DA 18 DC 1 59 0 E 12B 50 30
Octal 332 30 334 1 131 0 16 453 120 60
Binary 11011010 11000 11011100 1 1011001 0 1110 100101011 1010000 110000

Color Harmonies of #DA18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18DC

Black with #DA18DC

Text Example


Text Example

White with #DA18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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