Html Css Color HEX #DE1BDD Deep Magenta

📋 copy color: '#DE1BDD'

red 222 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #DE1BDD

Tints of Deep Magenta #DE1BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 47.23%
G = 5.74%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE1BDD (or 0xDE1BDD) is known color: Deep Magenta. HEX triplet: DE, 1B and DD. RGB value is (222,27,221). Sum of RGB (Red+Green+Blue) = 222+27+221=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BDD is #21E422. Grayscale: #6A6A6A. Windows color (decimal): -2221091 or 14490590. OLE color: 14490590.

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

Color convert

RGB 222 27 221 -
CMYK 0 0.88 0.00 0.13
HSL 300.31º 0.78% 0.49% -
HSV(B) 300.31º 0.88% 0.87% -
XYZ 43.57 21.53 70.27 -
YUV 107.42 192.1 209.73 -
System Red Green Blue C M Y K H S L
Decimal 222 27 221 0 0.88 0.00 0.13 300.31 0.78 0.49
Hex DE 1B DD 0 58 0 D 12C 4E 31
Octal 336 33 335 0 130 0 15 454 116 61
Binary 11011110 11011 11011101 0 1011000 0 1101 100101100 1001110 110001

Color Harmonies of #DE1BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BDD

Black with #DE1BDD

Text Example


Text Example

White with #DE1BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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