Html Css Color HEX #DE14CE Deep Magenta

📋 copy color: '#DE14CE'

red 222 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #DE14CE

Tints of Deep Magenta #DE14CE

RGB

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

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

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

R = 49.55%
G = 4.46%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE14CE (or 0xDE14CE) is known color: Deep Magenta. HEX triplet: DE, 14 and CE. RGB value is (222,20,206). Sum of RGB (Red+Green+Blue) = 222+20+206=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14CE is #21EB31. Grayscale: #656565. Windows color (decimal): -2222898 or 13505758. OLE color: 13505758.

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

Color convert

RGB 222 20 206 -
CMYK 0 0.91 0.07 0.13
HSL 304.75º 0.83% 0.47% -
HSV(B) 304.75º 0.91% 0.87% -
XYZ 41.51 20.49 60.16 -
YUV 101.6 186.92 213.88 -
System Red Green Blue C M Y K H S L
Decimal 222 20 206 0 0.91 0.07 0.13 304.75 0.83 0.47
Hex DE 14 CE 0 5B 7 D 131 53 2F
Octal 336 24 316 0 133 7 15 461 123 57
Binary 11011110 10100 11001110 0 1011011 111 1101 100110001 1010011 101111

Color Harmonies of #DE14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE14CE

Black with #DE14CE

Text Example


Text Example

White with #DE14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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