Html Css Color HEX #DA14BA Deep Magenta

📋 copy color: '#DA14BA'

red 218 ◦ green 20 ◦ blue 186

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

Shades of Deep Magenta #DA14BA

Tints of Deep Magenta #DA14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.72%

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

R = 51.42%
G = 4.72%
B = 43.87%

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

#DA14BA (or 0xDA14BA) is known color: Deep Magenta. HEX triplet: DA, 14 and BA. RGB value is (218,20,186). Sum of RGB (Red+Green+Blue) = 218+20+186=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14BA is #25EB45. Grayscale: #616161. Windows color (decimal): -2485062 or 12195034. OLE color: 12195034.

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

Color convert

RGB 218 20 186 -
CMYK 0 0.91 0.15 0.15
HSL 309.7º 0.83% 0.47% -
HSV(B) 309.7º 0.91% 0.85% -
XYZ 38.03 18.95 48.11 -
YUV 98.13 177.6 213.5 -
System Red Green Blue C M Y K H S L
Decimal 218 20 186 0 0.91 0.15 0.15 309.7 0.83 0.47
Hex DA 14 BA 0 5B F F 136 53 2F
Octal 332 24 272 0 133 17 17 466 123 57
Binary 11011010 10100 10111010 0 1011011 1111 1111 100110110 1010011 101111

Color Harmonies of #DA14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14BA

Black with #DA14BA

Text Example


Text Example

White with #DA14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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