Html Css Color HEX #DE14DF Deep Magenta

📋 copy color: '#DE14DF'

red 222 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #DE14DF

Tints of Deep Magenta #DE14DF

RGB

 RED value IS 222 (87.11% from 255) = 47.74%

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

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

R = 47.74%
G = 4.3%
B = 47.96%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE14DF (or 0xDE14DF) is known color: Deep Magenta. HEX triplet: DE, 14 and DF. RGB value is (222,20,223). Sum of RGB (Red+Green+Blue) = 222+20+223=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14DF is #21EB20. Grayscale: #666666. Windows color (decimal): -2222881 or 14619870. OLE color: 14619870.

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

Color convert

RGB 222 20 223 -
CMYK 0.00 0.91 0 0.13
HSL 299.7º 0.84% 0.48% -
HSV(B) 299.7º 0.91% 0.87% -
XYZ 43.69 21.36 71.63 -
YUV 103.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 222 20 223 0.00 0.91 0 0.13 299.7 0.84 0.48
Hex DE 14 DF 0 5B 0 D 12C 54 30
Octal 336 24 337 0 133 0 15 454 124 60
Binary 11011110 10100 11011111 0 1011011 0 1101 100101100 1010100 110000

Color Harmonies of #DE14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE14DF

Black with #DE14DF

Text Example


Text Example

White with #DE14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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