Html Css Color HEX #DE1BC6 Deep Magenta

📋 copy color: '#DE1BC6'

red 222 ◦ green 27 ◦ blue 198

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

Shades of Deep Magenta #DE1BC6

Tints of Deep Magenta #DE1BC6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.04%

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 49.66%
G = 6.04%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE1BC6 (or 0xDE1BC6) is known color: Deep Magenta. HEX triplet: DE, 1B and C6. RGB value is (222,27,198). Sum of RGB (Red+Green+Blue) = 222+27+198=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BC6 is #21E439. Grayscale: #686868. Windows color (decimal): -2221114 or 12983262. OLE color: 12983262.

HSL color Cylindrical-coordinate representation of color #DE1BC6: hue angle of 307.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1BC6 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 27 198 -
CMYK 0 0.88 0.11 0.13
HSL 307.38º 0.78% 0.49% -
HSV(B) 307.38º 0.88% 0.87% -
XYZ 40.71 20.39 55.22 -
YUV 104.8 180.6 211.6 -
System Red Green Blue C M Y K H S L
Decimal 222 27 198 0 0.88 0.11 0.13 307.38 0.78 0.49
Hex DE 1B C6 0 58 B D 133 4E 31
Octal 336 33 306 0 130 13 15 463 116 61
Binary 11011110 11011 11000110 0 1011000 1011 1101 100110011 1001110 110001

Color Harmonies of #DE1BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BC6

Black with #DE1BC6

Text Example


Text Example

White with #DE1BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BC6; }

 p { color: rgb(222,27,198); }

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

background-color css

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

 a { background-color: rgb(222,27,198); }

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

border-color css

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

 span { border-color: rgb(222,27,198); }

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