Html Css Color HEX #D41ADB Deep Magenta

📋 copy color: '#D41ADB'

red 212 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #D41ADB

Tints of Deep Magenta #D41ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 46.39%
G = 5.69%
B = 47.92%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D41ADB (or 0xD41ADB) is known color: Deep Magenta. HEX triplet: D4, 1A and DB. RGB value is (212,26,219). Sum of RGB (Red+Green+Blue) = 212+26+219=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #D41ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ADB is #2BE524. Grayscale: #676767. Windows color (decimal): -2876709 or 14359252. OLE color: 14359252.

HSL color Cylindrical-coordinate representation of color #D41ADB: hue angle of 297.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ADB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 26 219 -
CMYK 0.03 0.88 0 0.14
HSL 297.82º 0.79% 0.48% -
HSV(B) 297.82º 0.88% 0.86% -
XYZ 40.31 19.85 68.72 -
YUV 103.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 212 26 219 0.03 0.88 0 0.14 297.82 0.79 0.48
Hex D4 1A DB 3 58 0 E 12A 4F 30
Octal 324 32 333 3 130 0 16 452 117 60
Binary 11010100 11010 11011011 11 1011000 0 1110 100101010 1001111 110000

Color Harmonies of #D41ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ADB

Black with #D41ADB

Text Example


Text Example

White with #D41ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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