Html Css Color HEX #DF14CE Deep Magenta

📋 copy color: '#DF14CE'

red 223 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #DF14CE

Tints of Deep Magenta #DF14CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 49.67%
G = 4.45%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF14CE (or 0xDF14CE) is known color: Deep Magenta. HEX triplet: DF, 14 and CE. RGB value is (223,20,206). Sum of RGB (Red+Green+Blue) = 223+20+206=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14CE is #20EB31. Grayscale: #656565. Windows color (decimal): -2157362 or 13505759. OLE color: 13505759.

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

Color convert

RGB 223 20 206 -
CMYK 0 0.91 0.08 0.13
HSL 305.02º 0.84% 0.48% -
HSV(B) 305.02º 0.91% 0.87% -
XYZ 41.82 20.64 60.17 -
YUV 101.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 223 20 206 0 0.91 0.08 0.13 305.02 0.84 0.48
Hex DF 14 CE 0 5B 8 D 131 54 30
Octal 337 24 316 0 133 10 15 461 124 60
Binary 11011111 10100 11001110 0 1011011 1000 1101 100110001 1010100 110000

Color Harmonies of #DF14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14CE

Black with #DF14CE

Text Example


Text Example

White with #DF14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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