Html Css Color HEX #DA24DB Deep Magenta

📋 copy color: '#DA24DB'

red 218 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #DA24DB

Tints of Deep Magenta #DA24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 46.09%
G = 7.61%
B = 46.3%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA24DB (or 0xDA24DB) is known color: Deep Magenta. HEX triplet: DA, 24 and DB. RGB value is (218,36,219). Sum of RGB (Red+Green+Blue) = 218+36+219=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24DB is #25DB24. Grayscale: #6E6E6E. Windows color (decimal): -2480933 or 14361818. OLE color: 14361818.

HSL color Cylindrical-coordinate representation of color #DA24DB: hue angle of 299.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA24DB is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 36 219 -
CMYK 0.00 0.84 0 0.14
HSL 299.67º 0.72% 0.5% -
HSV(B) 299.67º 0.84% 0.86% -
XYZ 42.33 21.28 68.89 -
YUV 111.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 218 36 219 0.00 0.84 0 0.14 299.67 0.72 0.5
Hex DA 24 DB 0 54 0 E 12C 48 32
Octal 332 44 333 0 124 0 16 454 110 62
Binary 11011010 100100 11011011 0 1010100 0 1110 100101100 1001000 110010

Color Harmonies of #DA24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24DB

Black with #DA24DB

Text Example


Text Example

White with #DA24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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