Html Css Color HEX #DA13BE Deep Magenta

📋 copy color: '#DA13BE'

red 218 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #DA13BE

Tints of Deep Magenta #DA13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.45%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 51.05%
G = 4.45%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA13BE (or 0xDA13BE) is known color: Deep Magenta. HEX triplet: DA, 13 and BE. RGB value is (218,19,190). Sum of RGB (Red+Green+Blue) = 218+19+190=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13BE is #25EC41. Grayscale: #616161. Windows color (decimal): -2485314 or 12456922. OLE color: 12456922.

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

Color convert

RGB 218 19 190 -
CMYK 0 0.91 0.13 0.15
HSL 308.44º 0.84% 0.46% -
HSV(B) 308.44º 0.91% 0.85% -
XYZ 38.44 19.09 50.37 -
YUV 98 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 218 19 190 0 0.91 0.13 0.15 308.44 0.84 0.46
Hex DA 13 BE 0 5B D F 134 54 2E
Octal 332 23 276 0 133 15 17 464 124 56
Binary 11011010 10011 10111110 0 1011011 1101 1111 100110100 1010100 101110

Color Harmonies of #DA13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13BE

Black with #DA13BE

Text Example


Text Example

White with #DA13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13BE; }

 p { color: rgb(218,19,190); }

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

background-color css

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

 a { background-color: rgb(218,19,190); }

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

border-color css

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

 span { border-color: rgb(218,19,190); }

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