Html Css Color HEX #DA19BA Deep Magenta

📋 copy color: '#DA19BA'

red 218 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #DA19BA

Tints of Deep Magenta #DA19BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.83%

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

R = 50.82%
G = 5.83%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA19BA (or 0xDA19BA) is known color: Deep Magenta. HEX triplet: DA, 19 and BA. RGB value is (218,25,186). Sum of RGB (Red+Green+Blue) = 218+25+186=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19BA is #25E645. Grayscale: #646464. Windows color (decimal): -2483782 or 12196314. OLE color: 12196314.

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

Color convert

RGB 218 25 186 -
CMYK 0 0.89 0.15 0.15
HSL 309.95º 0.79% 0.48% -
HSV(B) 309.95º 0.89% 0.85% -
XYZ 38.12 19.15 48.14 -
YUV 101.06 175.94 211.41 -
System Red Green Blue C M Y K H S L
Decimal 218 25 186 0 0.89 0.15 0.15 309.95 0.79 0.48
Hex DA 19 BA 0 59 F F 136 4F 30
Octal 332 31 272 0 131 17 17 466 117 60
Binary 11011010 11001 10111010 0 1011001 1111 1111 100110110 1001111 110000

Color Harmonies of #DA19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19BA

Black with #DA19BA

Text Example


Text Example

White with #DA19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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