Html Css Color HEX #D417DD Deep Magenta

📋 copy color: '#D417DD'

red 212 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D417DD

Tints of Deep Magenta #D417DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.04%

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

R = 46.49%
G = 5.04%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D417DD (or 0xD417DD) is known color: Deep Magenta. HEX triplet: D4, 17 and DD. RGB value is (212,23,221). Sum of RGB (Red+Green+Blue) = 212+23+221=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D417DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417DD is #2BE822. Grayscale: #656565. Windows color (decimal): -2877475 or 14489556. OLE color: 14489556.

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

Color convert

RGB 212 23 221 -
CMYK 0.04 0.90 0 0.13
HSL 297.27º 0.81% 0.48% -
HSV(B) 297.27º 0.9% 0.87% -
XYZ 40.51 19.83 70.1 -
YUV 102.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 212 23 221 0.04 0.90 0 0.13 297.27 0.81 0.48
Hex D4 17 DD 4 5A 0 D 129 51 30
Octal 324 27 335 4 132 0 15 451 121 60
Binary 11010100 10111 11011101 100 1011010 0 1101 100101001 1010001 110000

Color Harmonies of #D417DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417DD

Black with #D417DD

Text Example


Text Example

White with #D417DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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