Html Css Color HEX #DA16BA Deep Magenta

📋 copy color: '#DA16BA'

red 218 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #DA16BA

Tints of Deep Magenta #DA16BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.16%

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

R = 51.17%
G = 5.16%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA16BA (or 0xDA16BA) is known color: Deep Magenta. HEX triplet: DA, 16 and BA. RGB value is (218,22,186). Sum of RGB (Red+Green+Blue) = 218+22+186=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16BA is #25E945. Grayscale: #626262. Windows color (decimal): -2484550 or 12195546. OLE color: 12195546.

HSL color Cylindrical-coordinate representation of color #DA16BA: hue angle of 309.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16BA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 186 -
CMYK 0 0.90 0.15 0.15
HSL 309.8º 0.82% 0.47% -
HSV(B) 309.8º 0.9% 0.85% -
XYZ 38.06 19.02 48.12 -
YUV 99.3 176.93 212.66 -
System Red Green Blue C M Y K H S L
Decimal 218 22 186 0 0.90 0.15 0.15 309.8 0.82 0.47
Hex DA 16 BA 0 5A F F 136 52 2F
Octal 332 26 272 0 132 17 17 466 122 57
Binary 11011010 10110 10111010 0 1011010 1111 1111 100110110 1010010 101111

Color Harmonies of #DA16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16BA

Black with #DA16BA

Text Example


Text Example

White with #DA16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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