Html Css Color HEX #DE18CC Deep Magenta

📋 copy color: '#DE18CC'

red 222 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #DE18CC

Tints of Deep Magenta #DE18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 49.33%
G = 5.33%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE18CC (or 0xDE18CC) is known color: Deep Magenta. HEX triplet: DE, 18 and CC. RGB value is (222,24,204). Sum of RGB (Red+Green+Blue) = 222+24+204=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18CC is #21E733. Grayscale: #676767. Windows color (decimal): -2221876 or 13375710. OLE color: 13375710.

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

Color convert

RGB 222 24 204 -
CMYK 0 0.89 0.08 0.13
HSL 305.45º 0.8% 0.48% -
HSV(B) 305.45º 0.89% 0.87% -
XYZ 41.35 20.54 58.91 -
YUV 103.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 222 24 204 0 0.89 0.08 0.13 305.45 0.8 0.48
Hex DE 18 CC 0 59 8 D 131 50 30
Octal 336 30 314 0 131 10 15 461 120 60
Binary 11011110 11000 11001100 0 1011001 1000 1101 100110001 1010000 110000

Color Harmonies of #DE18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18CC

Black with #DE18CC

Text Example


Text Example

White with #DE18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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