Html Css Color HEX #D41BDA Deep Magenta

📋 copy color: '#D41BDA'

red 212 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #D41BDA

Tints of Deep Magenta #D41BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 46.39%
G = 5.91%
B = 47.7%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D41BDA (or 0xD41BDA) is known color: Deep Magenta. HEX triplet: D4, 1B and DA. RGB value is (212,27,218). Sum of RGB (Red+Green+Blue) = 212+27+218=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D41BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BDA is #2BE425. Grayscale: #676767. Windows color (decimal): -2876454 or 14293972. OLE color: 14293972.

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

Color convert

RGB 212 27 218 -
CMYK 0.03 0.88 0 0.15
HSL 298.12º 0.78% 0.48% -
HSV(B) 298.12º 0.88% 0.85% -
XYZ 40.2 19.84 68.04 -
YUV 104.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 212 27 218 0.03 0.88 0 0.15 298.12 0.78 0.48
Hex D4 1B DA 3 58 0 F 12A 4E 30
Octal 324 33 332 3 130 0 17 452 116 60
Binary 11010100 11011 11011010 11 1011000 0 1111 100101010 1001110 110000

Color Harmonies of #D41BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BDA

Black with #D41BDA

Text Example


Text Example

White with #D41BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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