Html Css Color HEX #D405DD Deep Magenta

📋 copy color: '#D405DD'

red 212 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #D405DD

Tints of Deep Magenta #D405DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 48.4%
G = 1.14%
B = 50.46%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D405DD (or 0xD405DD) is known color: Deep Magenta. HEX triplet: D4, 05 and DD. RGB value is (212,5,221). Sum of RGB (Red+Green+Blue) = 212+5+221=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D405DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D405DD is #2BFA22. Grayscale: #5A5A5A. Windows color (decimal): -2882083 or 14484948. OLE color: 14484948.

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

Color convert

RGB 212 5 221 -
CMYK 0.04 0.98 0 0.13
HSL 297.5º 0.96% 0.44% -
HSV(B) 297.5º 0.98% 0.87% -
XYZ 40.26 19.33 70.02 -
YUV 91.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 212 5 221 0.04 0.98 0 0.13 297.5 0.96 0.44
Hex D4 5 DD 4 62 0 D 12A 60 2C
Octal 324 5 335 4 142 0 15 452 140 54
Binary 11010100 101 11011101 100 1100010 0 1101 100101010 1100000 101100

Color Harmonies of #D405DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D405DD

Black with #D405DD

Text Example


Text Example

White with #D405DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D405DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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