Html Css Color HEX #DE13DA Deep Magenta

📋 copy color: '#DE13DA'

red 222 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #DE13DA

Tints of Deep Magenta #DE13DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 48.37%
G = 4.14%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE13DA (or 0xDE13DA) is known color: Deep Magenta. HEX triplet: DE, 13 and DA. RGB value is (222,19,218). Sum of RGB (Red+Green+Blue) = 222+19+218=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13DA is #21EC25. Grayscale: #656565. Windows color (decimal): -2223142 or 14291934. OLE color: 14291934.

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

Color convert

RGB 222 19 218 -
CMYK 0 0.91 0.02 0.13
HSL 301.18º 0.84% 0.47% -
HSV(B) 301.18º 0.91% 0.87% -
XYZ 43.01 21.06 68.13 -
YUV 102.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 222 19 218 0 0.91 0.02 0.13 301.18 0.84 0.47
Hex DE 13 DA 0 5B 2 D 12D 54 2F
Octal 336 23 332 0 133 2 15 455 124 57
Binary 11011110 10011 11011010 0 1011011 10 1101 100101101 1010100 101111

Color Harmonies of #DE13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE13DA

Black with #DE13DA

Text Example


Text Example

White with #DE13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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