Html Css Color HEX #DE00BF Deep Magenta

📋 copy color: '#DE00BF'

red 222 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #DE00BF

Tints of Deep Magenta #DE00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 53.75%
G = 0%
B = 46.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE00BF (or 0xDE00BF) is known color: Deep Magenta. HEX triplet: DE, 00 and BF. RGB value is (222,0,191). Sum of RGB (Red+Green+Blue) = 222+0+191=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00BF is #21FF40. Grayscale: #575757. Windows color (decimal): -2228033 or 12517598. OLE color: 12517598.

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

Color convert

RGB 222 0 191 -
CMYK 0 1 0.14 0.13
HSL 308.38º 1% 0.44% -
HSV(B) 308.38º 1% 0.87% -
XYZ 39.53 19.29 50.93 -
YUV 88.15 186.05 223.47 -
System Red Green Blue C M Y K H S L
Decimal 222 0 191 0 1 0.14 0.13 308.38 1 0.44
Hex DE 0 BF 0 64 E D 134 64 2C
Octal 336 0 277 0 144 16 15 464 144 54
Binary 11011110 0 10111111 0 1100100 1110 1101 100110100 1100100 101100

Color Harmonies of #DE00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00BF

Black with #DE00BF

Text Example


Text Example

White with #DE00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00BF; }

 p { color: rgb(222,0,191); }

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

background-color css

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

 a { background-color: rgb(222,0,191); }

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

border-color css

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

 span { border-color: rgb(222,0,191); }

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