Html Css Color HEX #DF14D1 Deep Magenta

📋 copy color: '#DF14D1'

red 223 ◦ green 20 ◦ blue 209

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

Shades of Deep Magenta #DF14D1

Tints of Deep Magenta #DF14D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 49.34%
G = 4.42%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF14D1 (or 0xDF14D1) is known color: Deep Magenta. HEX triplet: DF, 14 and D1. RGB value is (223,20,209). Sum of RGB (Red+Green+Blue) = 223+20+209=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14D1 is #20EB2E. Grayscale: #656565. Windows color (decimal): -2157359 or 13702367. OLE color: 13702367.

HSL color Cylindrical-coordinate representation of color #DF14D1: hue angle of 304.14º 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 #DF14D1 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 20 209 -
CMYK 0 0.91 0.06 0.13
HSL 304.14º 0.84% 0.48% -
HSV(B) 304.14º 0.91% 0.87% -
XYZ 42.19 20.79 62.11 -
YUV 102.24 188.25 214.13 -
System Red Green Blue C M Y K H S L
Decimal 223 20 209 0 0.91 0.06 0.13 304.14 0.84 0.48
Hex DF 14 D1 0 5B 6 D 130 54 30
Octal 337 24 321 0 133 6 15 460 124 60
Binary 11011111 10100 11010001 0 1011011 110 1101 100110000 1010100 110000

Color Harmonies of #DF14D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14D1

Black with #DF14D1

Text Example


Text Example

White with #DF14D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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