Html Css Color HEX #DA00BA Deep Magenta

📋 copy color: '#DA00BA'

red 218 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #DA00BA

Tints of Deep Magenta #DA00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.96%
G = 0%
B = 46.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA00BA (or 0xDA00BA) is known color: Deep Magenta. HEX triplet: DA, 00 and BA. RGB value is (218,0,186). Sum of RGB (Red+Green+Blue) = 218+0+186=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00BA is #25FF45. Grayscale: #555555. Windows color (decimal): -2490182 or 12189914. OLE color: 12189914.

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

Color convert

RGB 218 0 186 -
CMYK 0 1 0.15 0.15
HSL 308.81º 1% 0.43% -
HSV(B) 308.81º 1% 0.85% -
XYZ 37.78 18.45 48.02 -
YUV 86.39 184.22 221.88 -
System Red Green Blue C M Y K H S L
Decimal 218 0 186 0 1 0.15 0.15 308.81 1 0.43
Hex DA 0 BA 0 64 F F 135 64 2B
Octal 332 0 272 0 144 17 17 465 144 53
Binary 11011010 0 10111010 0 1100100 1111 1111 100110101 1100100 101011

Color Harmonies of #DA00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00BA

Black with #DA00BA

Text Example


Text Example

White with #DA00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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