Html Css Color HEX #DA11BE Deep Magenta

📋 copy color: '#DA11BE'

red 218 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #DA11BE

Tints of Deep Magenta #DA11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4%

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

R = 51.29%
G = 4%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA11BE (or 0xDA11BE) is known color: Deep Magenta. HEX triplet: DA, 11 and BE. RGB value is (218,17,190). Sum of RGB (Red+Green+Blue) = 218+17+190=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11BE is #25EE41. Grayscale: #606060. Windows color (decimal): -2485826 or 12456410. OLE color: 12456410.

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

Color convert

RGB 218 17 190 -
CMYK 0 0.92 0.13 0.15
HSL 308.36º 0.86% 0.46% -
HSV(B) 308.36º 0.92% 0.85% -
XYZ 38.41 19.02 50.36 -
YUV 96.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 218 17 190 0 0.92 0.13 0.15 308.36 0.86 0.46
Hex DA 11 BE 0 5C D F 134 56 2E
Octal 332 21 276 0 134 15 17 464 126 56
Binary 11011010 10001 10111110 0 1011100 1101 1111 100110100 1010110 101110

Color Harmonies of #DA11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11BE

Black with #DA11BE

Text Example


Text Example

White with #DA11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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