Html Css Color HEX #DE13D5 Deep Magenta

📋 copy color: '#DE13D5'

red 222 ◦ green 19 ◦ blue 213

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

Shades of Deep Magenta #DE13D5

Tints of Deep Magenta #DE13D5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 48.9%
G = 4.19%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE13D5 (or 0xDE13D5) is known color: Deep Magenta. HEX triplet: DE, 13 and D5. RGB value is (222,19,213). Sum of RGB (Red+Green+Blue) = 222+19+213=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13D5 is #21EC2A. Grayscale: #656565. Windows color (decimal): -2223147 or 13964254. OLE color: 13964254.

HSL color Cylindrical-coordinate representation of color #DE13D5: hue angle of 302.66º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE13D5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 19 213 -
CMYK 0 0.91 0.04 0.13
HSL 302.66º 0.84% 0.47% -
HSV(B) 302.66º 0.91% 0.87% -
XYZ 42.37 20.8 64.73 -
YUV 101.81 190.75 213.73 -
System Red Green Blue C M Y K H S L
Decimal 222 19 213 0 0.91 0.04 0.13 302.66 0.84 0.47
Hex DE 13 D5 0 5B 4 D 12F 54 2F
Octal 336 23 325 0 133 4 15 457 124 57
Binary 11011110 10011 11010101 0 1011011 100 1101 100101111 1010100 101111

Color Harmonies of #DE13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE13D5

Black with #DE13D5

Text Example


Text Example

White with #DE13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE13D5; }

 p { color: rgb(222,19,213); }

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

background-color css

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

 a { background-color: rgb(222,19,213); }

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

border-color css

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

 span { border-color: rgb(222,19,213); }

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