Html Css Color HEX #DE1BDF Deep Magenta

📋 copy color: '#DE1BDF'

red 222 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #DE1BDF

Tints of Deep Magenta #DE1BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 47.03%
G = 5.72%
B = 47.25%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE1BDF (or 0xDE1BDF) is known color: Deep Magenta. HEX triplet: DE, 1B and DF. RGB value is (222,27,223). Sum of RGB (Red+Green+Blue) = 222+27+223=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BDF is #21E420. Grayscale: #6B6B6B. Windows color (decimal): -2221089 or 14621662. OLE color: 14621662.

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

Color convert

RGB 222 27 223 -
CMYK 0.00 0.88 0 0.13
HSL 299.69º 0.78% 0.49% -
HSV(B) 299.69º 0.88% 0.87% -
XYZ 43.84 21.64 71.68 -
YUV 107.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 222 27 223 0.00 0.88 0 0.13 299.69 0.78 0.49
Hex DE 1B DF 0 58 0 D 12C 4E 31
Octal 336 33 337 0 130 0 15 454 116 61
Binary 11011110 11011 11011111 0 1011000 0 1101 100101100 1001110 110001

Color Harmonies of #DE1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BDF

Black with #DE1BDF

Text Example


Text Example

White with #DE1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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