Html Css Color HEX #DF08DF Deep Magenta

📋 copy color: '#DF08DF'

red 223 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #DF08DF

Tints of Deep Magenta #DF08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 49.12%
G = 1.76%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF08DF (or 0xDF08DF) is known color: Deep Magenta. HEX triplet: DF, 08 and DF. RGB value is (223,8,223). Sum of RGB (Red+Green+Blue) = 223+8+223=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08DF is #20F720. Grayscale: #606060. Windows color (decimal): -2160417 or 14616799. OLE color: 14616799.

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

Color convert

RGB 223 8 223 -
CMYK 0 0.96 0 0.13
HSL 300º 0.93% 0.45% -
HSV(B) 300º 0.96% 0.87% -
XYZ 43.84 21.19 71.59 -
YUV 96.8 199.23 218.02 -
System Red Green Blue C M Y K H S L
Decimal 223 8 223 0 0.96 0 0.13 300 0.93 0.45
Hex DF 8 DF 0 60 0 D 12C 5D 2D
Octal 337 10 337 0 140 0 15 454 135 55
Binary 11011111 1000 11011111 0 1100000 0 1101 100101100 1011101 101101

Color Harmonies of #DF08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08DF

Black with #DF08DF

Text Example


Text Example

White with #DF08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08DF; }

 p { color: rgb(223,8,223); }

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

background-color css

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

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

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

border-color css

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

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

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