Html Css Color HEX #D41ABB Deep Magenta

📋 copy color: '#D41ABB'

red 212 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #D41ABB

Tints of Deep Magenta #D41ABB

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 26 (10.55% from 255) = 6.12%

 BLUE value IS 187 (73.44% from 255) = 44%

R = 49.88%
G = 6.12%
B = 44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D41ABB (or 0xD41ABB) is known color: Deep Magenta. HEX triplet: D4, 1A and BB. RGB value is (212,26,187). Sum of RGB (Red+Green+Blue) = 212+26+187=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ABB is #2BE544. Grayscale: #636363. Windows color (decimal): -2876741 or 12262100. OLE color: 12262100.

HSL color Cylindrical-coordinate representation of color #D41ABB: hue angle of 308.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ABB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 187 -
CMYK 0 0.88 0.12 0.17
HSL 308.06º 0.78% 0.47% -
HSV(B) 308.06º 0.88% 0.83% -
XYZ 36.49 18.32 48.63 -
YUV 99.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 212 26 187 0 0.88 0.12 0.17 308.06 0.78 0.47
Hex D4 1A BB 0 58 C 11 134 4E 2F
Octal 324 32 273 0 130 14 21 464 116 57
Binary 11010100 11010 10111011 0 1011000 1100 10001 100110100 1001110 101111

Color Harmonies of #D41ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ABB

Black with #D41ABB

Text Example


Text Example

White with #D41ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ABB; }

 p { color: rgb(212,26,187); }

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

background-color css

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

 a { background-color: rgb(212,26,187); }

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

border-color css

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

 span { border-color: rgb(212,26,187); }

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