Html Css Color HEX #DA24DF Deep Magenta

📋 copy color: '#DA24DF'

red 218 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #DA24DF

Tints of Deep Magenta #DA24DF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.55%

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

R = 45.7%
G = 7.55%
B = 46.75%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA24DF (or 0xDA24DF) is known color: Deep Magenta. HEX triplet: DA, 24 and DF. RGB value is (218,36,223). Sum of RGB (Red+Green+Blue) = 218+36+223=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24DF is #25DB20. Grayscale: #6F6F6F. Windows color (decimal): -2480929 or 14623962. OLE color: 14623962.

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

Color convert

RGB 218 36 223 -
CMYK 0.02 0.84 0 0.13
HSL 298.4º 0.75% 0.51% -
HSV(B) 298.4º 0.84% 0.87% -
XYZ 42.86 21.49 71.7 -
YUV 111.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 218 36 223 0.02 0.84 0 0.13 298.4 0.75 0.51
Hex DA 24 DF 2 54 0 D 12A 4B 33
Octal 332 44 337 2 124 0 15 452 113 63
Binary 11011010 100100 11011111 10 1010100 0 1101 100101010 1001011 110011

Color Harmonies of #DA24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24DF

Black with #DA24DF

Text Example


Text Example

White with #DA24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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