Html Css Color HEX #D426DC Deep Magenta

📋 copy color: '#D426DC'

red 212 ◦ green 38 ◦ blue 220

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

Shades of Deep Magenta #D426DC

Tints of Deep Magenta #D426DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 45.11%
G = 8.09%
B = 46.81%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D426DC (or 0xD426DC) is known color: Deep Magenta. HEX triplet: D4, 26 and DC. RGB value is (212,38,220). Sum of RGB (Red+Green+Blue) = 212+38+220=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D426DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426DC is #2BD923. Grayscale: #6E6E6E. Windows color (decimal): -2873636 or 14427860. OLE color: 14427860.

HSL color Cylindrical-coordinate representation of color #D426DC: hue angle of 297.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D426DC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 38 220 -
CMYK 0.04 0.83 0 0.14
HSL 297.36º 0.72% 0.51% -
HSV(B) 297.36º 0.83% 0.86% -
XYZ 40.76 20.55 69.53 -
YUV 110.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 212 38 220 0.04 0.83 0 0.14 297.36 0.72 0.51
Hex D4 26 DC 4 53 0 E 129 48 33
Octal 324 46 334 4 123 0 16 451 110 63
Binary 11010100 100110 11011100 100 1010011 0 1110 100101001 1001000 110011

Color Harmonies of #D426DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426DC

Black with #D426DC

Text Example


Text Example

White with #D426DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426DC; }

 p { color: rgb(212,38,220); }

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

background-color css

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

 a { background-color: rgb(212,38,220); }

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

border-color css

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

 span { border-color: rgb(212,38,220); }

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