Html Css Color HEX #D41BE1 Deep Magenta

📋 copy color: '#D41BE1'

red 212 ◦ green 27 ◦ blue 225

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

Shades of Deep Magenta #D41BE1

Tints of Deep Magenta #D41BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 45.69%
G = 5.82%
B = 48.49%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D41BE1 (or 0xD41BE1) is known color: Deep Magenta. HEX triplet: D4, 1B and E1. RGB value is (212,27,225). Sum of RGB (Red+Green+Blue) = 212+27+225=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #D41BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BE1 is #2BE41E. Grayscale: #686868. Windows color (decimal): -2876447 or 14752724. OLE color: 14752724.

HSL color Cylindrical-coordinate representation of color #D41BE1: hue angle of 296.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41BE1 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 27 225 -
CMYK 0.06 0.88 0 0.12
HSL 296.06º 0.79% 0.49% -
HSV(B) 296.06º 0.88% 0.88% -
XYZ 41.13 20.22 72.97 -
YUV 104.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 212 27 225 0.06 0.88 0 0.12 296.06 0.79 0.49
Hex D4 1B E1 6 58 0 C 128 4F 31
Octal 324 33 341 6 130 0 14 450 117 61
Binary 11010100 11011 11100001 110 1011000 0 1100 100101000 1001111 110001

Color Harmonies of #D41BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BE1

Black with #D41BE1

Text Example


Text Example

White with #D41BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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