Html Css Color HEX #DE1BC9 Deep Magenta

📋 copy color: '#DE1BC9'

red 222 ◦ green 27 ◦ blue 201

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

Shades of Deep Magenta #DE1BC9

Tints of Deep Magenta #DE1BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 49.33%
G = 6%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE1BC9 (or 0xDE1BC9) is known color: Deep Magenta. HEX triplet: DE, 1B and C9. RGB value is (222,27,201). Sum of RGB (Red+Green+Blue) = 222+27+201=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BC9 is #21E436. Grayscale: #686868. Windows color (decimal): -2221111 or 13179870. OLE color: 13179870.

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

Color convert

RGB 222 27 201 -
CMYK 0 0.88 0.09 0.13
HSL 306.46º 0.78% 0.49% -
HSV(B) 306.46º 0.88% 0.87% -
XYZ 41.06 20.53 57.06 -
YUV 105.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 222 27 201 0 0.88 0.09 0.13 306.46 0.78 0.49
Hex DE 1B C9 0 58 9 D 132 4E 31
Octal 336 33 311 0 130 11 15 462 116 61
Binary 11011110 11011 11001001 0 1011000 1001 1101 100110010 1001110 110001

Color Harmonies of #DE1BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BC9

Black with #DE1BC9

Text Example


Text Example

White with #DE1BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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