Html Css Color HEX #DF11DD Deep Magenta

📋 copy color: '#DF11DD'

red 223 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #DF11DD

Tints of Deep Magenta #DF11DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.69%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 48.37%
G = 3.69%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF11DD (or 0xDF11DD) is known color: Deep Magenta. HEX triplet: DF, 11 and DD. RGB value is (223,17,221). Sum of RGB (Red+Green+Blue) = 223+17+221=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11DD is #20EE22. Grayscale: #656565. Windows color (decimal): -2158115 or 14488031. OLE color: 14488031.

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

Color convert

RGB 223 17 221 -
CMYK 0 0.92 0.01 0.13
HSL 300.58º 0.86% 0.47% -
HSV(B) 300.58º 0.92% 0.87% -
XYZ 43.68 21.31 70.22 -
YUV 101.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 223 17 221 0 0.92 0.01 0.13 300.58 0.86 0.47
Hex DF 11 DD 0 5C 1 D 12D 56 2F
Octal 337 21 335 0 134 1 15 455 126 57
Binary 11011111 10001 11011101 0 1011100 1 1101 100101101 1010110 101111

Color Harmonies of #DF11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11DD

Black with #DF11DD

Text Example


Text Example

White with #DF11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11DD; }

 p { color: rgb(223,17,221); }

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

background-color css

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

 a { background-color: rgb(223,17,221); }

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

border-color css

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

 span { border-color: rgb(223,17,221); }

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