Html Css Color HEX #DF24DF Deep Magenta

📋 copy color: '#DF24DF'

red 223 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #DF24DF

Tints of Deep Magenta #DF24DF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

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

R = 46.27%
G = 7.47%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF24DF (or 0xDF24DF) is known color: Deep Magenta. HEX triplet: DF, 24 and DF. RGB value is (223,36,223). Sum of RGB (Red+Green+Blue) = 223+36+223=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24DF is #20DB20. Grayscale: #707070. Windows color (decimal): -2153249 or 14623967. OLE color: 14623967.

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

Color convert

RGB 223 36 223 -
CMYK 0 0.84 0 0.13
HSL 300º 0.75% 0.51% -
HSV(B) 300º 0.84% 0.87% -
XYZ 44.38 22.28 71.77 -
YUV 113.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 223 36 223 0 0.84 0 0.13 300 0.75 0.51
Hex DF 24 DF 0 54 0 D 12C 4B 33
Octal 337 44 337 0 124 0 15 454 113 63
Binary 11011111 100100 11011111 0 1010100 0 1101 100101100 1001011 110011

Color Harmonies of #DF24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24DF

Black with #DF24DF

Text Example


Text Example

White with #DF24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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