Html Css Color HEX #DA13BA Deep Magenta

📋 copy color: '#DA13BA'

red 218 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #DA13BA

Tints of Deep Magenta #DA13BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 51.54%
G = 4.49%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA13BA (or 0xDA13BA) is known color: Deep Magenta. HEX triplet: DA, 13 and BA. RGB value is (218,19,186). Sum of RGB (Red+Green+Blue) = 218+19+186=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13BA is #25EC45. Grayscale: #616161. Windows color (decimal): -2485318 or 12194778. OLE color: 12194778.

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

Color convert

RGB 218 19 186 -
CMYK 0 0.91 0.15 0.15
HSL 309.65º 0.84% 0.46% -
HSV(B) 309.65º 0.91% 0.85% -
XYZ 38.01 18.92 48.1 -
YUV 97.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 218 19 186 0 0.91 0.15 0.15 309.65 0.84 0.46
Hex DA 13 BA 0 5B F F 136 54 2E
Octal 332 23 272 0 133 17 17 466 124 56
Binary 11011010 10011 10111010 0 1011011 1111 1111 100110110 1010100 101110

Color Harmonies of #DA13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13BA

Black with #DA13BA

Text Example


Text Example

White with #DA13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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