Html Css Color HEX #DE18C6 Deep Magenta

📋 copy color: '#DE18C6'

red 222 ◦ green 24 ◦ blue 198

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

Shades of Deep Magenta #DE18C6

Tints of Deep Magenta #DE18C6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 50%
G = 5.41%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE18C6 (or 0xDE18C6) is known color: Deep Magenta. HEX triplet: DE, 18 and C6. RGB value is (222,24,198). Sum of RGB (Red+Green+Blue) = 222+24+198=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18C6 is #21E739. Grayscale: #666666. Windows color (decimal): -2221882 or 12982494. OLE color: 12982494.

HSL color Cylindrical-coordinate representation of color #DE18C6: hue angle of 307.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE18C6 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 198 -
CMYK 0 0.89 0.11 0.13
HSL 307.27º 0.8% 0.48% -
HSV(B) 307.27º 0.89% 0.87% -
XYZ 40.64 20.26 55.19 -
YUV 103.04 181.6 212.85 -
System Red Green Blue C M Y K H S L
Decimal 222 24 198 0 0.89 0.11 0.13 307.27 0.8 0.48
Hex DE 18 C6 0 59 B D 133 50 30
Octal 336 30 306 0 131 13 15 463 120 60
Binary 11011110 11000 11000110 0 1011001 1011 1101 100110011 1010000 110000

Color Harmonies of #DE18C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18C6

Black with #DE18C6

Text Example


Text Example

White with #DE18C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18C6; }

 p { color: rgb(222,24,198); }

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

background-color css

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

 a { background-color: rgb(222,24,198); }

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

border-color css

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

 span { border-color: rgb(222,24,198); }

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