Html Css Color HEX #DF14DF Deep Magenta

📋 copy color: '#DF14DF'

red 223 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #DF14DF

Tints of Deep Magenta #DF14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.29%

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

R = 47.85%
G = 4.29%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF14DF (or 0xDF14DF) is known color: Deep Magenta. HEX triplet: DF, 14 and DF. RGB value is (223,20,223). Sum of RGB (Red+Green+Blue) = 223+20+223=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14DF is #20EB20. Grayscale: #676767. Windows color (decimal): -2157345 or 14619871. OLE color: 14619871.

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

Color convert

RGB 223 20 223 -
CMYK 0 0.91 0 0.13
HSL 300º 0.84% 0.48% -
HSV(B) 300º 0.91% 0.87% -
XYZ 44 21.52 71.65 -
YUV 103.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 223 20 223 0 0.91 0 0.13 300 0.84 0.48
Hex DF 14 DF 0 5B 0 D 12C 54 30
Octal 337 24 337 0 133 0 15 454 124 60
Binary 11011111 10100 11011111 0 1011011 0 1101 100101100 1010100 110000

Color Harmonies of #DF14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14DF

Black with #DF14DF

Text Example


Text Example

White with #DF14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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