Html Css Color HEX #D407DD Deep Magenta

📋 copy color: '#D407DD'

red 212 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #D407DD

Tints of Deep Magenta #D407DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 48.18%
G = 1.59%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D407DD (or 0xD407DD) is known color: Deep Magenta. HEX triplet: D4, 07 and DD. RGB value is (212,7,221). Sum of RGB (Red+Green+Blue) = 212+7+221=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #D407DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407DD is #2BF822. Grayscale: #5C5C5C. Windows color (decimal): -2881571 or 14485460. OLE color: 14485460.

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

Color convert

RGB 212 7 221 -
CMYK 0.04 0.97 0 0.13
HSL 297.48º 0.94% 0.45% -
HSV(B) 297.48º 0.97% 0.87% -
XYZ 40.28 19.37 70.02 -
YUV 92.69 200.42 213.1 -
System Red Green Blue C M Y K H S L
Decimal 212 7 221 0.04 0.97 0 0.13 297.48 0.94 0.45
Hex D4 7 DD 4 61 0 D 129 5E 2D
Octal 324 7 335 4 141 0 15 451 136 55
Binary 11010100 111 11011101 100 1100001 0 1101 100101001 1011110 101101

Color Harmonies of #D407DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D407DD

Black with #D407DD

Text Example


Text Example

White with #D407DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D407DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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