Html Css Color HEX #DF1FDB Deep Magenta

📋 copy color: '#DF1FDB'

red 223 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #DF1FDB

Tints of Deep Magenta #DF1FDB

RGB

 RED value IS 223 (87.5% from 255) = 47.15%

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 47.15%
G = 6.55%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF1FDB (or 0xDF1FDB) is known color: Deep Magenta. HEX triplet: DF, 1F and DB. RGB value is (223,31,219). Sum of RGB (Red+Green+Blue) = 223+31+219=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FDB is #20E024. Grayscale: #6D6D6D. Windows color (decimal): -2154533 or 14360543. OLE color: 14360543.

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

Color convert

RGB 223 31 219 -
CMYK 0 0.86 0.02 0.13
HSL 301.25º 0.76% 0.5% -
HSV(B) 301.25º 0.86% 0.87% -
XYZ 43.71 21.78 68.92 -
YUV 109.84 189.61 208.71 -
System Red Green Blue C M Y K H S L
Decimal 223 31 219 0 0.86 0.02 0.13 301.25 0.76 0.5
Hex DF 1F DB 0 56 2 D 12D 4C 32
Octal 337 37 333 0 126 2 15 455 114 62
Binary 11011111 11111 11011011 0 1010110 10 1101 100101101 1001100 110010

Color Harmonies of #DF1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1FDB

Black with #DF1FDB

Text Example


Text Example

White with #DF1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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