Html Css Color HEX #DA13DA Deep Magenta

📋 copy color: '#DA13DA'

red 218 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #DA13DA

Tints of Deep Magenta #DA13DA

RGB

 RED value IS 218 (85.55% from 255) = 47.91%

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

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

R = 47.91%
G = 4.18%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA13DA (or 0xDA13DA) is known color: Deep Magenta. HEX triplet: DA, 13 and DA. RGB value is (218,19,218). Sum of RGB (Red+Green+Blue) = 218+19+218=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13DA is #25EC25. Grayscale: #646464. Windows color (decimal): -2485286 or 14291930. OLE color: 14291930.

HSL color Cylindrical-coordinate representation of color #DA13DA: hue angle of 300º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13DA is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 218 -
CMYK 0 0.91 0 0.15
HSL 300º 0.84% 0.46% -
HSV(B) 300º 0.91% 0.85% -
XYZ 41.8 20.43 68.07 -
YUV 101.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 218 19 218 0 0.91 0 0.15 300 0.84 0.46
Hex DA 13 DA 0 5B 0 F 12C 54 2E
Octal 332 23 332 0 133 0 17 454 124 56
Binary 11011010 10011 11011010 0 1011011 0 1111 100101100 1010100 101110

Color Harmonies of #DA13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13DA

Black with #DA13DA

Text Example


Text Example

White with #DA13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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