Html Css Color HEX #DE18C4 Deep Magenta

📋 copy color: '#DE18C4'

red 222 ◦ green 24 ◦ blue 196

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

Shades of Deep Magenta #DE18C4

Tints of Deep Magenta #DE18C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 50.23%
G = 5.43%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE18C4 (or 0xDE18C4) is known color: Deep Magenta. HEX triplet: DE, 18 and C4. RGB value is (222,24,196). Sum of RGB (Red+Green+Blue) = 222+24+196=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18C4 is #21E73B. Grayscale: #666666. Windows color (decimal): -2221884 or 12851422. OLE color: 12851422.

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

Color convert

RGB 222 24 196 -
CMYK 0 0.89 0.12 0.13
HSL 307.88º 0.8% 0.48% -
HSV(B) 307.88º 0.89% 0.87% -
XYZ 40.41 20.17 53.99 -
YUV 102.81 180.6 213.01 -
System Red Green Blue C M Y K H S L
Decimal 222 24 196 0 0.89 0.12 0.13 307.88 0.8 0.48
Hex DE 18 C4 0 59 C D 134 50 30
Octal 336 30 304 0 131 14 15 464 120 60
Binary 11011110 11000 11000100 0 1011001 1100 1101 100110100 1010000 110000

Color Harmonies of #DE18C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18C4

Black with #DE18C4

Text Example


Text Example

White with #DE18C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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