Html Css Color HEX #DE1BCE Deep Magenta

📋 copy color: '#DE1BCE'

red 222 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #DE1BCE

Tints of Deep Magenta #DE1BCE

RGB

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

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

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

R = 48.79%
G = 5.93%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE1BCE (or 0xDE1BCE) is known color: Deep Magenta. HEX triplet: DE, 1B and CE. RGB value is (222,27,206). Sum of RGB (Red+Green+Blue) = 222+27+206=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BCE is #21E431. Grayscale: #696969. Windows color (decimal): -2221106 or 13507550. OLE color: 13507550.

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

Color convert

RGB 222 27 206 -
CMYK 0 0.88 0.07 0.13
HSL 304.92º 0.78% 0.49% -
HSV(B) 304.92º 0.88% 0.87% -
XYZ 41.66 20.77 60.21 -
YUV 105.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 222 27 206 0 0.88 0.07 0.13 304.92 0.78 0.49
Hex DE 1B CE 0 58 7 D 131 4E 31
Octal 336 33 316 0 130 7 15 461 116 61
Binary 11011110 11011 11001110 0 1011000 111 1101 100110001 1001110 110001

Color Harmonies of #DE1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BCE

Black with #DE1BCE

Text Example


Text Example

White with #DE1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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