Html Css Color HEX #DE1CDD Deep Magenta

📋 copy color: '#DE1CDD'

red 222 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #DE1CDD

Tints of Deep Magenta #DE1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

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

R = 47.13%
G = 5.94%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE1CDD (or 0xDE1CDD) is known color: Deep Magenta. HEX triplet: DE, 1C and DD. RGB value is (222,28,221). Sum of RGB (Red+Green+Blue) = 222+28+221=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1CDD is #21E322. Grayscale: #6B6B6B. Windows color (decimal): -2220835 or 14490846. OLE color: 14490846.

HSL color Cylindrical-coordinate representation of color #DE1CDD: 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.87%. Process color model (Four color, CMYK) of #DE1CDD is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 221 -
CMYK 0 0.87 0.00 0.13
HSL 300.31º 0.78% 0.49% -
HSV(B) 300.31º 0.87% 0.87% -
XYZ 43.59 21.58 70.27 -
YUV 108.01 191.77 209.31 -
System Red Green Blue C M Y K H S L
Decimal 222 28 221 0 0.87 0.00 0.13 300.31 0.78 0.49
Hex DE 1C DD 0 57 0 D 12C 4E 31
Octal 336 34 335 0 127 0 15 454 116 61
Binary 11011110 11100 11011101 0 1010111 0 1101 100101100 1001110 110001

Color Harmonies of #DE1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1CDD

Black with #DE1CDD

Text Example


Text Example

White with #DE1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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