Html Css Color HEX #DE17CD Deep Magenta

📋 copy color: '#DE17CD'

red 222 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #DE17CD

Tints of Deep Magenta #DE17CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.11%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 49.33%
G = 5.11%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE17CD (or 0xDE17CD) is known color: Deep Magenta. HEX triplet: DE, 17 and CD. RGB value is (222,23,205). Sum of RGB (Red+Green+Blue) = 222+23+205=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17CD is #21E832. Grayscale: #666666. Windows color (decimal): -2222131 or 13440990. OLE color: 13440990.

HSL color Cylindrical-coordinate representation of color #DE17CD: hue angle of 305.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17CD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 205 -
CMYK 0 0.90 0.08 0.13
HSL 305.13º 0.81% 0.48% -
HSV(B) 305.13º 0.9% 0.87% -
XYZ 41.45 20.55 59.54 -
YUV 103.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 222 23 205 0 0.90 0.08 0.13 305.13 0.81 0.48
Hex DE 17 CD 0 5A 8 D 131 51 30
Octal 336 27 315 0 132 10 15 461 121 60
Binary 11011110 10111 11001101 0 1011010 1000 1101 100110001 1010001 110000

Color Harmonies of #DE17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17CD

Black with #DE17CD

Text Example


Text Example

White with #DE17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17CD; }

 p { color: rgb(222,23,205); }

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

background-color css

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

 a { background-color: rgb(222,23,205); }

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

border-color css

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

 span { border-color: rgb(222,23,205); }

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