Html Css Color HEX #DF22DB Deep Magenta

📋 copy color: '#DF22DB'

red 223 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #DF22DB

Tints of Deep Magenta #DF22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.14%

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

R = 46.85%
G = 7.14%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF22DB (or 0xDF22DB) is known color: Deep Magenta. HEX triplet: DF, 22 and DB. RGB value is (223,34,219). Sum of RGB (Red+Green+Blue) = 223+34+219=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF22DB is #20DD24. Grayscale: #6F6F6F. Windows color (decimal): -2153765 or 14361311. OLE color: 14361311.

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

Color convert

RGB 223 34 219 -
CMYK 0 0.85 0.02 0.13
HSL 301.27º 0.75% 0.5% -
HSV(B) 301.27º 0.85% 0.87% -
XYZ 43.79 21.95 68.95 -
YUV 111.6 188.62 207.46 -
System Red Green Blue C M Y K H S L
Decimal 223 34 219 0 0.85 0.02 0.13 301.27 0.75 0.5
Hex DF 22 DB 0 55 2 D 12D 4B 32
Octal 337 42 333 0 125 2 15 455 113 62
Binary 11011111 100010 11011011 0 1010101 10 1101 100101101 1001011 110010

Color Harmonies of #DF22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF22DB

Black with #DF22DB

Text Example


Text Example

White with #DF22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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