Html Css Color HEX #DF16D7 Deep Magenta

📋 copy color: '#DF16D7'

red 223 ◦ green 22 ◦ blue 215

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

Shades of Deep Magenta #DF16D7

Tints of Deep Magenta #DF16D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 48.48%
G = 4.78%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF16D7 (or 0xDF16D7) is known color: Deep Magenta. HEX triplet: DF, 16 and D7. RGB value is (223,22,215). Sum of RGB (Red+Green+Blue) = 223+22+215=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF16D7 is #20E928. Grayscale: #676767. Windows color (decimal): -2156841 or 14096095. OLE color: 14096095.

HSL color Cylindrical-coordinate representation of color #DF16D7: hue angle of 302.39º 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 #DF16D7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 215 -
CMYK 0 0.90 0.04 0.13
HSL 302.39º 0.82% 0.48% -
HSV(B) 302.39º 0.9% 0.87% -
XYZ 42.98 21.17 66.11 -
YUV 104.1 190.59 212.81 -
System Red Green Blue C M Y K H S L
Decimal 223 22 215 0 0.90 0.04 0.13 302.39 0.82 0.48
Hex DF 16 D7 0 5A 4 D 12E 52 30
Octal 337 26 327 0 132 4 15 456 122 60
Binary 11011111 10110 11010111 0 1011010 100 1101 100101110 1010010 110000

Color Harmonies of #DF16D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF16D7

Black with #DF16D7

Text Example


Text Example

White with #DF16D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF16D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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