Html Css Color HEX #DA18DF Deep Magenta

📋 copy color: '#DA18DF'

red 218 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #DA18DF

Tints of Deep Magenta #DA18DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 46.88%
G = 5.16%
B = 47.96%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA18DF (or 0xDA18DF) is known color: Deep Magenta. HEX triplet: DA, 18 and DF. RGB value is (218,24,223). Sum of RGB (Red+Green+Blue) = 218+24+223=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18DF is #25E720. Grayscale: #686868. Windows color (decimal): -2484001 or 14620890. OLE color: 14620890.

HSL color Cylindrical-coordinate representation of color #DA18DF: hue angle of 298.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18DF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 24 223 -
CMYK 0.02 0.89 0 0.13
HSL 298.49º 0.81% 0.48% -
HSV(B) 298.49º 0.89% 0.87% -
XYZ 42.56 20.89 71.6 -
YUV 104.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 218 24 223 0.02 0.89 0 0.13 298.49 0.81 0.48
Hex DA 18 DF 2 59 0 D 12A 51 30
Octal 332 30 337 2 131 0 15 452 121 60
Binary 11011010 11000 11011111 10 1011001 0 1101 100101010 1010001 110000

Color Harmonies of #DA18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18DF

Black with #DA18DF

Text Example


Text Example

White with #DA18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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