Html Css Color HEX #D41BDD Deep Magenta

📋 copy color: '#D41BDD'

red 212 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #D41BDD

Tints of Deep Magenta #D41BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 46.09%
G = 5.87%
B = 48.04%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D41BDD (or 0xD41BDD) is known color: Deep Magenta. HEX triplet: D4, 1B and DD. RGB value is (212,27,221). Sum of RGB (Red+Green+Blue) = 212+27+221=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #D41BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BDD is #2BE422. Grayscale: #676767. Windows color (decimal): -2876451 or 14490580. OLE color: 14490580.

HSL color Cylindrical-coordinate representation of color #D41BDD: hue angle of 297.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41BDD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 27 221 -
CMYK 0.04 0.88 0 0.13
HSL 297.22º 0.78% 0.49% -
HSV(B) 297.22º 0.88% 0.87% -
XYZ 40.59 20 70.13 -
YUV 104.43 193.79 204.73 -
System Red Green Blue C M Y K H S L
Decimal 212 27 221 0.04 0.88 0 0.13 297.22 0.78 0.49
Hex D4 1B DD 4 58 0 D 129 4E 31
Octal 324 33 335 4 130 0 15 451 116 61
Binary 11010100 11011 11011101 100 1011000 0 1101 100101001 1001110 110001

Color Harmonies of #D41BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BDD

Black with #D41BDD

Text Example


Text Example

White with #D41BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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