Html Css Color HEX #DA09BA Deep Magenta

📋 copy color: '#DA09BA'

red 218 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #DA09BA

Tints of Deep Magenta #DA09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

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

R = 52.78%
G = 2.18%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA09BA (or 0xDA09BA) is known color: Deep Magenta. HEX triplet: DA, 09 and BA. RGB value is (218,9,186). Sum of RGB (Red+Green+Blue) = 218+9+186=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09BA is #25F645. Grayscale: #5B5B5B. Windows color (decimal): -2487878 or 12192218. OLE color: 12192218.

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

Color convert

RGB 218 9 186 -
CMYK 0 0.96 0.15 0.15
HSL 309.19º 0.92% 0.45% -
HSV(B) 309.19º 0.96% 0.85% -
XYZ 37.87 18.65 48.06 -
YUV 91.67 181.24 218.11 -
System Red Green Blue C M Y K H S L
Decimal 218 9 186 0 0.96 0.15 0.15 309.19 0.92 0.45
Hex DA 9 BA 0 60 F F 135 5C 2D
Octal 332 11 272 0 140 17 17 465 134 55
Binary 11011010 1001 10111010 0 1100000 1111 1111 100110101 1011100 101101

Color Harmonies of #DA09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09BA

Black with #DA09BA

Text Example


Text Example

White with #DA09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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