Html Css Color HEX #DB24CD Deep Magenta

📋 copy color: '#DB24CD'

red 219 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #DB24CD

Tints of Deep Magenta #DB24CD

RGB

 RED value IS 219 (85.94% from 255) = 47.61%

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 47.61%
G = 7.83%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB24CD (or 0xDB24CD) is known color: Deep Magenta. HEX triplet: DB, 24 and CD. RGB value is (219,36,205). Sum of RGB (Red+Green+Blue) = 219+36+205=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24CD is #24DB32. Grayscale: #6D6D6D. Windows color (decimal): -2415411 or 13444315. OLE color: 13444315.

HSL color Cylindrical-coordinate representation of color #DB24CD: hue angle of 304.59º 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 #DB24CD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 205 -
CMYK 0 0.84 0.06 0.14
HSL 304.59º 0.72% 0.5% -
HSV(B) 304.59º 0.84% 0.86% -
XYZ 40.86 20.73 59.61 -
YUV 109.98 181.63 205.76 -
System Red Green Blue C M Y K H S L
Decimal 219 36 205 0 0.84 0.06 0.14 304.59 0.72 0.5
Hex DB 24 CD 0 54 6 E 131 48 32
Octal 333 44 315 0 124 6 16 461 110 62
Binary 11011011 100100 11001101 0 1010100 110 1110 100110001 1001000 110010

Color Harmonies of #DB24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24CD

Black with #DB24CD

Text Example


Text Example

White with #DB24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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