Html Css Color HEX #DF06DD Deep Magenta

📋 copy color: '#DF06DD'

red 223 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #DF06DD

Tints of Deep Magenta #DF06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 49.56%
G = 1.33%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF06DD (or 0xDF06DD) is known color: Deep Magenta. HEX triplet: DF, 06 and DD. RGB value is (223,6,221). Sum of RGB (Red+Green+Blue) = 223+6+221=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06DD is #20F922. Grayscale: #5E5E5E. Windows color (decimal): -2160931 or 14485215. OLE color: 14485215.

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

Color convert

RGB 223 6 221 -
CMYK 0 0.97 0.01 0.13
HSL 300.55º 0.95% 0.45% -
HSV(B) 300.55º 0.97% 0.87% -
XYZ 43.55 21.04 70.17 -
YUV 95.39 198.89 219.02 -
System Red Green Blue C M Y K H S L
Decimal 223 6 221 0 0.97 0.01 0.13 300.55 0.95 0.45
Hex DF 6 DD 0 61 1 D 12D 5F 2D
Octal 337 6 335 0 141 1 15 455 137 55
Binary 11011111 110 11011101 0 1100001 1 1101 100101101 1011111 101101

Color Harmonies of #DF06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06DD

Black with #DF06DD

Text Example


Text Example

White with #DF06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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