Html Css Color HEX #DB1DCF Deep Magenta

📋 copy color: '#DB1DCF'

red 219 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #DB1DCF

Tints of Deep Magenta #DB1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

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

R = 48.13%
G = 6.37%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB1DCF (or 0xDB1DCF) is known color: Deep Magenta. HEX triplet: DB, 1D and CF. RGB value is (219,29,207). Sum of RGB (Red+Green+Blue) = 219+29+207=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DCF is #24E230. Grayscale: #696969. Windows color (decimal): -2417201 or 13573595. OLE color: 13573595.

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

Color convert

RGB 219 29 207 -
CMYK 0 0.87 0.05 0.14
HSL 303.79º 0.77% 0.49% -
HSV(B) 303.79º 0.87% 0.86% -
XYZ 40.92 20.44 60.82 -
YUV 106.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 219 29 207 0 0.87 0.05 0.14 303.79 0.77 0.49
Hex DB 1D CF 0 57 5 E 130 4D 31
Octal 333 35 317 0 127 5 16 460 115 61
Binary 11011011 11101 11001111 0 1010111 101 1110 100110000 1001101 110001

Color Harmonies of #DB1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DCF

Black with #DB1DCF

Text Example


Text Example

White with #DB1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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