Html Css Color HEX #DA11B5 Deep Magenta

📋 copy color: '#DA11B5'

red 218 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #DA11B5

Tints of Deep Magenta #DA11B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 52.4%
G = 4.09%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA11B5 (or 0xDA11B5) is known color: Deep Magenta. HEX triplet: DA, 11 and B5. RGB value is (218,17,181). Sum of RGB (Red+Green+Blue) = 218+17+181=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11B5 is #25EE4A. Grayscale: #5F5F5F. Windows color (decimal): -2485835 or 11866586. OLE color: 11866586.

HSL color Cylindrical-coordinate representation of color #DA11B5: hue angle of 311.04º 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 #DA11B5 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 181 -
CMYK 0 0.92 0.17 0.15
HSL 311.04º 0.86% 0.46% -
HSV(B) 311.04º 0.92% 0.85% -
XYZ 37.45 18.64 45.34 -
YUV 95.8 176.09 215.16 -
System Red Green Blue C M Y K H S L
Decimal 218 17 181 0 0.92 0.17 0.15 311.04 0.86 0.46
Hex DA 11 B5 0 5C 11 F 137 56 2E
Octal 332 21 265 0 134 21 17 467 126 56
Binary 11011010 10001 10110101 0 1011100 10001 1111 100110111 1010110 101110

Color Harmonies of #DA11B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11B5

Black with #DA11B5

Text Example


Text Example

White with #DA11B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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