Html Css Color HEX #DA11B9 Deep Magenta

📋 copy color: '#DA11B9'

red 218 ◦ green 17 ◦ blue 185

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

Shades of Deep Magenta #DA11B9

Tints of Deep Magenta #DA11B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 51.9%
G = 4.05%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA11B9 (or 0xDA11B9) is known color: Deep Magenta. HEX triplet: DA, 11 and B9. RGB value is (218,17,185). Sum of RGB (Red+Green+Blue) = 218+17+185=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11B9 is #25EE46. Grayscale: #5F5F5F. Windows color (decimal): -2485831 or 12128730. OLE color: 12128730.

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

Color convert

RGB 218 17 185 -
CMYK 0 0.92 0.15 0.15
HSL 309.85º 0.86% 0.46% -
HSV(B) 309.85º 0.92% 0.85% -
XYZ 37.87 18.81 47.53 -
YUV 96.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 218 17 185 0 0.92 0.15 0.15 309.85 0.86 0.46
Hex DA 11 B9 0 5C F F 136 56 2E
Octal 332 21 271 0 134 17 17 466 126 56
Binary 11011010 10001 10111001 0 1011100 1111 1111 100110110 1010110 101110

Color Harmonies of #DA11B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11B9

Black with #DA11B9

Text Example


Text Example

White with #DA11B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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