Html Css Color HEX #DF16DB Deep Magenta

📋 copy color: '#DF16DB'

red 223 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #DF16DB

Tints of Deep Magenta #DF16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.74%

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

R = 48.06%
G = 4.74%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF16DB (or 0xDF16DB) is known color: Deep Magenta. HEX triplet: DF, 16 and DB. RGB value is (223,22,219). Sum of RGB (Red+Green+Blue) = 223+22+219=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF16DB is #20E924. Grayscale: #676767. Windows color (decimal): -2156837 or 14358239. OLE color: 14358239.

HSL color Cylindrical-coordinate representation of color #DF16DB: hue angle of 301.19º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF16DB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 219 -
CMYK 0 0.90 0.02 0.13
HSL 301.19º 0.82% 0.48% -
HSV(B) 301.19º 0.9% 0.87% -
XYZ 43.5 21.38 68.85 -
YUV 104.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 223 22 219 0 0.90 0.02 0.13 301.19 0.82 0.48
Hex DF 16 DB 0 5A 2 D 12D 52 30
Octal 337 26 333 0 132 2 15 455 122 60
Binary 11011111 10110 11011011 0 1011010 10 1101 100101101 1010010 110000

Color Harmonies of #DF16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF16DB

Black with #DF16DB

Text Example


Text Example

White with #DF16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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