Html Css Color HEX #D421B6 Deep Magenta

📋 copy color: '#D421B6'

red 212 ◦ green 33 ◦ blue 182

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

Shades of Deep Magenta #D421B6

Tints of Deep Magenta #D421B6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.73%

 BLUE value IS 182 (71.48% from 255) = 42.62%

R = 49.65%
G = 7.73%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D421B6 (or 0xD421B6) is known color: Deep Magenta. HEX triplet: D4, 21 and B6. RGB value is (212,33,182). Sum of RGB (Red+Green+Blue) = 212+33+182=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D421B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421B6 is #2BDE49. Grayscale: #676767. Windows color (decimal): -2874954 or 11936212. OLE color: 11936212.

HSL color Cylindrical-coordinate representation of color #D421B6: hue angle of 310.06º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421B6 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 182 -
CMYK 0 0.84 0.14 0.17
HSL 310.06º 0.73% 0.48% -
HSV(B) 310.06º 0.84% 0.83% -
XYZ 36.14 18.46 45.91 -
YUV 103.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 212 33 182 0 0.84 0.14 0.17 310.06 0.73 0.48
Hex D4 21 B6 0 54 E 11 136 49 30
Octal 324 41 266 0 124 16 21 466 111 60
Binary 11010100 100001 10110110 0 1010100 1110 10001 100110110 1001001 110000

Color Harmonies of #D421B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421B6

Black with #D421B6

Text Example


Text Example

White with #D421B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421B6; }

 p { color: rgb(212,33,182); }

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

background-color css

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

 a { background-color: rgb(212,33,182); }

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

border-color css

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

 span { border-color: rgb(212,33,182); }

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