Html Css Color HEX #DF18CF Deep Magenta

📋 copy color: '#DF18CF'

red 223 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #DF18CF

Tints of Deep Magenta #DF18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 49.12%
G = 5.29%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF18CF (or 0xDF18CF) is known color: Deep Magenta. HEX triplet: DF, 18 and CF. RGB value is (223,24,207). Sum of RGB (Red+Green+Blue) = 223+24+207=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18CF is #20E730. Grayscale: #676767. Windows color (decimal): -2156337 or 13572319. OLE color: 13572319.

HSL color Cylindrical-coordinate representation of color #DF18CF: hue angle of 304.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18CF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 207 -
CMYK 0 0.89 0.07 0.13
HSL 304.82º 0.81% 0.48% -
HSV(B) 304.82º 0.89% 0.87% -
XYZ 42.02 20.85 60.84 -
YUV 104.36 185.93 212.62 -
System Red Green Blue C M Y K H S L
Decimal 223 24 207 0 0.89 0.07 0.13 304.82 0.81 0.48
Hex DF 18 CF 0 59 7 D 131 51 30
Octal 337 30 317 0 131 7 15 461 121 60
Binary 11011111 11000 11001111 0 1011001 111 1101 100110001 1010001 110000

Color Harmonies of #DF18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF18CF

Black with #DF18CF

Text Example


Text Example

White with #DF18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF18CF; }

 p { color: rgb(223,24,207); }

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

background-color css

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

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

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

border-color css

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

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

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