Html Css Color HEX #D426DD Deep Magenta

📋 copy color: '#D426DD'

red 212 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #D426DD

Tints of Deep Magenta #D426DD

RGB

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

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

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

R = 45.01%
G = 8.07%
B = 46.92%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D426DD (or 0xD426DD) is known color: Deep Magenta. HEX triplet: D4, 26 and DD. RGB value is (212,38,221). Sum of RGB (Red+Green+Blue) = 212+38+221=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D426DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426DD is #2BD922. Grayscale: #6E6E6E. Windows color (decimal): -2873635 or 14493396. OLE color: 14493396.

HSL color Cylindrical-coordinate representation of color #D426DD: hue angle of 297.05º degrees, saturation: 0.73, 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 #D426DD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 38 221 -
CMYK 0.04 0.83 0 0.13
HSL 297.05º 0.73% 0.51% -
HSV(B) 297.05º 0.83% 0.87% -
XYZ 40.9 20.6 70.23 -
YUV 110.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 212 38 221 0.04 0.83 0 0.13 297.05 0.73 0.51
Hex D4 26 DD 4 53 0 D 129 49 33
Octal 324 46 335 4 123 0 15 451 111 63
Binary 11010100 100110 11011101 100 1010011 0 1101 100101001 1001001 110011

Color Harmonies of #D426DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426DD

Black with #D426DD

Text Example


Text Example

White with #D426DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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