Html Css Color HEX #D418DD Deep Magenta

📋 copy color: '#D418DD'

red 212 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #D418DD

Tints of Deep Magenta #D418DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.25%

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

R = 46.39%
G = 5.25%
B = 48.36%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D418DD (or 0xD418DD) is known color: Deep Magenta. HEX triplet: D4, 18 and DD. RGB value is (212,24,221). Sum of RGB (Red+Green+Blue) = 212+24+221=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D418DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418DD is #2BE722. Grayscale: #666666. Windows color (decimal): -2877219 or 14489812. OLE color: 14489812.

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

Color convert

RGB 212 24 221 -
CMYK 0.04 0.89 0 0.13
HSL 297.26º 0.8% 0.48% -
HSV(B) 297.26º 0.89% 0.87% -
XYZ 40.53 19.87 70.11 -
YUV 102.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 212 24 221 0.04 0.89 0 0.13 297.26 0.8 0.48
Hex D4 18 DD 4 59 0 D 129 50 30
Octal 324 30 335 4 131 0 15 451 120 60
Binary 11010100 11000 11011101 100 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D418DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418DD

Black with #D418DD

Text Example


Text Example

White with #D418DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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