Html Css Color HEX #D41BDB Deep Magenta

📋 copy color: '#D41BDB'

red 212 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #D41BDB

Tints of Deep Magenta #D41BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.9%

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

R = 46.29%
G = 5.9%
B = 47.82%

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

#D41BDB (or 0xD41BDB) is known color: Deep Magenta. HEX triplet: D4, 1B and DB. RGB value is (212,27,219). Sum of RGB (Red+Green+Blue) = 212+27+219=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #D41BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BDB is #2BE424. Grayscale: #676767. Windows color (decimal): -2876453 or 14359508. OLE color: 14359508.

HSL color Cylindrical-coordinate representation of color #D41BDB: hue angle of 297.81º degrees, saturation: 0.78, 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 #D41BDB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 27 219 -
CMYK 0.03 0.88 0 0.14
HSL 297.81º 0.78% 0.48% -
HSV(B) 297.81º 0.88% 0.86% -
XYZ 40.33 19.9 68.73 -
YUV 104.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 212 27 219 0.03 0.88 0 0.14 297.81 0.78 0.48
Hex D4 1B DB 3 58 0 E 12A 4E 30
Octal 324 33 333 3 130 0 16 452 116 60
Binary 11010100 11011 11011011 11 1011000 0 1110 100101010 1001110 110000

Color Harmonies of #D41BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BDB

Black with #D41BDB

Text Example


Text Example

White with #D41BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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