Html Css Color HEX #DB1FDD Deep Magenta

📋 copy color: '#DB1FDD'

red 219 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #DB1FDD

Tints of Deep Magenta #DB1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.58%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 46.5%
G = 6.58%
B = 46.92%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB1FDD (or 0xDB1FDD) is known color: Deep Magenta. HEX triplet: DB, 1F and DD. RGB value is (219,31,221). Sum of RGB (Red+Green+Blue) = 219+31+221=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FDD is #24E022. Grayscale: #6C6C6C. Windows color (decimal): -2416675 or 14491611. OLE color: 14491611.

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

Color convert

RGB 219 31 221 -
CMYK 0.01 0.86 0 0.13
HSL 299.37º 0.75% 0.49% -
HSV(B) 299.37º 0.86% 0.87% -
XYZ 42.75 21.26 70.26 -
YUV 108.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 219 31 221 0.01 0.86 0 0.13 299.37 0.75 0.49
Hex DB 1F DD 1 56 0 D 12B 4B 31
Octal 333 37 335 1 126 0 15 453 113 61
Binary 11011011 11111 11011101 1 1010110 0 1101 100101011 1001011 110001

Color Harmonies of #DB1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FDD

Black with #DB1FDD

Text Example


Text Example

White with #DB1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FDD; }

 p { color: rgb(219,31,221); }

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

background-color css

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

 a { background-color: rgb(219,31,221); }

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

border-color css

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

 span { border-color: rgb(219,31,221); }

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