Html Css Color HEX #D426DF Deep Magenta

📋 copy color: '#D426DF'

red 212 ◦ green 38 ◦ blue 223

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

Shades of Deep Magenta #D426DF

Tints of Deep Magenta #D426DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 44.82%
G = 8.03%
B = 47.15%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D426DF (or 0xD426DF) is known color: Deep Magenta. HEX triplet: D4, 26 and DF. RGB value is (212,38,223). Sum of RGB (Red+Green+Blue) = 212+38+223=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D426DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426DF is #2BD920. Grayscale: #6E6E6E. Windows color (decimal): -2873633 or 14624468. OLE color: 14624468.

HSL color Cylindrical-coordinate representation of color #D426DF: hue angle of 296.43º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D426DF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 38 223 -
CMYK 0.05 0.83 0 0.13
HSL 296.43º 0.74% 0.51% -
HSV(B) 296.43º 0.83% 0.87% -
XYZ 41.16 20.71 71.64 -
YUV 111.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 212 38 223 0.05 0.83 0 0.13 296.43 0.74 0.51
Hex D4 26 DF 5 53 0 D 128 4A 33
Octal 324 46 337 5 123 0 15 450 112 63
Binary 11010100 100110 11011111 101 1010011 0 1101 100101000 1001010 110011

Color Harmonies of #D426DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426DF

Black with #D426DF

Text Example


Text Example

White with #D426DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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