Html Css Color HEX #D41CDD Deep Magenta

📋 copy color: '#D41CDD'

red 212 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #D41CDD

Tints of Deep Magenta #D41CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

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

R = 45.99%
G = 6.07%
B = 47.94%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D41CDD (or 0xD41CDD) is known color: Deep Magenta. HEX triplet: D4, 1C and DD. RGB value is (212,28,221). Sum of RGB (Red+Green+Blue) = 212+28+221=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #D41CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CDD is #2BE322. Grayscale: #686868. Windows color (decimal): -2876195 or 14490836. OLE color: 14490836.

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

Color convert

RGB 212 28 221 -
CMYK 0.04 0.87 0 0.13
HSL 297.2º 0.78% 0.49% -
HSV(B) 297.2º 0.87% 0.87% -
XYZ 40.62 20.05 70.14 -
YUV 105.02 193.46 204.31 -
System Red Green Blue C M Y K H S L
Decimal 212 28 221 0.04 0.87 0 0.13 297.2 0.78 0.49
Hex D4 1C DD 4 57 0 D 129 4E 31
Octal 324 34 335 4 127 0 15 451 116 61
Binary 11010100 11100 11011101 100 1010111 0 1101 100101001 1001110 110001

Color Harmonies of #D41CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CDD

Black with #D41CDD

Text Example


Text Example

White with #D41CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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