Html Css Color HEX #D400DD Deep Magenta

📋 copy color: '#D400DD'

red 212 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #D400DD

Tints of Deep Magenta #D400DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.96%
G = 0%
B = 51.04%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D400DD (or 0xD400DD) is known color: Deep Magenta. HEX triplet: D4, 00 and DD. RGB value is (212,0,221). Sum of RGB (Red+Green+Blue) = 212+0+221=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #D400DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400DD is #2BFF22. Grayscale: #575757. Windows color (decimal): -2883363 or 14483668. OLE color: 14483668.

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

Color convert

RGB 212 0 221 -
CMYK 0.04 1 0 0.13
HSL 297.56º 1% 0.43% -
HSV(B) 297.56º 1% 0.87% -
XYZ 40.2 19.22 70 -
YUV 88.58 202.74 216.03 -
System Red Green Blue C M Y K H S L
Decimal 212 0 221 0.04 1 0 0.13 297.56 1 0.43
Hex D4 0 DD 4 64 0 D 12A 64 2B
Octal 324 0 335 4 144 0 15 452 144 53
Binary 11010100 0 11011101 100 1100100 0 1101 100101010 1100100 101011

Color Harmonies of #D400DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400DD

Black with #D400DD

Text Example


Text Example

White with #D400DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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