Html Css Color HEX #DB18CF Deep Magenta

📋 copy color: '#DB18CF'

red 219 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #DB18CF

Tints of Deep Magenta #DB18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 48.67%
G = 5.33%
B = 46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB18CF (or 0xDB18CF) is known color: Deep Magenta. HEX triplet: DB, 18 and CF. RGB value is (219,24,207). Sum of RGB (Red+Green+Blue) = 219+24+207=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18CF is #24E730. Grayscale: #666666. Windows color (decimal): -2418481 or 13572315. OLE color: 13572315.

HSL color Cylindrical-coordinate representation of color #DB18CF: hue angle of 303.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18CF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 207 -
CMYK 0 0.89 0.05 0.14
HSL 303.69º 0.8% 0.48% -
HSV(B) 303.69º 0.89% 0.86% -
XYZ 40.8 20.22 60.78 -
YUV 103.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 219 24 207 0 0.89 0.05 0.14 303.69 0.8 0.48
Hex DB 18 CF 0 59 5 E 130 50 30
Octal 333 30 317 0 131 5 16 460 120 60
Binary 11011011 11000 11001111 0 1011001 101 1110 100110000 1010000 110000

Color Harmonies of #DB18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18CF

Black with #DB18CF

Text Example


Text Example

White with #DB18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18CF; }

 p { color: rgb(219,24,207); }

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

background-color css

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

 a { background-color: rgb(219,24,207); }

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

border-color css

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

 span { border-color: rgb(219,24,207); }

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