Html Css Color HEX #DE18CF Deep Magenta

📋 copy color: '#DE18CF'

red 222 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #DE18CF

Tints of Deep Magenta #DE18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 49.01%
G = 5.3%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE18CF (or 0xDE18CF) is known color: Deep Magenta. HEX triplet: DE, 18 and CF. RGB value is (222,24,207). Sum of RGB (Red+Green+Blue) = 222+24+207=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18CF is #21E730. Grayscale: #676767. Windows color (decimal): -2221873 or 13572318. OLE color: 13572318.

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

Color convert

RGB 222 24 207 -
CMYK 0 0.89 0.07 0.13
HSL 304.55º 0.8% 0.48% -
HSV(B) 304.55º 0.89% 0.87% -
XYZ 41.71 20.69 60.83 -
YUV 104.06 186.1 212.12 -
System Red Green Blue C M Y K H S L
Decimal 222 24 207 0 0.89 0.07 0.13 304.55 0.8 0.48
Hex DE 18 CF 0 59 7 D 131 50 30
Octal 336 30 317 0 131 7 15 461 120 60
Binary 11011110 11000 11001111 0 1011001 111 1101 100110001 1010000 110000

Color Harmonies of #DE18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18CF

Black with #DE18CF

Text Example


Text Example

White with #DE18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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