Html Css Color HEX #DB24C8 Deep Magenta

📋 copy color: '#DB24C8'

red 219 ◦ green 36 ◦ blue 200

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

Shades of Deep Magenta #DB24C8

Tints of Deep Magenta #DB24C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 48.13%
G = 7.91%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB24C8 (or 0xDB24C8) is known color: Deep Magenta. HEX triplet: DB, 24 and C8. RGB value is (219,36,200). Sum of RGB (Red+Green+Blue) = 219+36+200=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24C8 is #24DB37. Grayscale: #6C6C6C. Windows color (decimal): -2415416 or 13116635. OLE color: 13116635.

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

Color convert

RGB 219 36 200 -
CMYK 0 0.84 0.09 0.14
HSL 306.23º 0.72% 0.5% -
HSV(B) 306.23º 0.84% 0.86% -
XYZ 40.27 20.49 56.48 -
YUV 109.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 219 36 200 0 0.84 0.09 0.14 306.23 0.72 0.5
Hex DB 24 C8 0 54 9 E 132 48 32
Octal 333 44 310 0 124 11 16 462 110 62
Binary 11011011 100100 11001000 0 1010100 1001 1110 100110010 1001000 110010

Color Harmonies of #DB24C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24C8

Black with #DB24C8

Text Example


Text Example

White with #DB24C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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