Html Css Color HEX #D414DD Deep Magenta

📋 copy color: '#D414DD'

red 212 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #D414DD

Tints of Deep Magenta #D414DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

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

R = 46.8%
G = 4.42%
B = 48.79%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D414DD (or 0xD414DD) is known color: Deep Magenta. HEX triplet: D4, 14 and DD. RGB value is (212,20,221). Sum of RGB (Red+Green+Blue) = 212+20+221=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D414DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414DD is #2BEB22. Grayscale: #636363. Windows color (decimal): -2878243 or 14488788. OLE color: 14488788.

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

Color convert

RGB 212 20 221 -
CMYK 0.04 0.91 0 0.13
HSL 297.31º 0.83% 0.47% -
HSV(B) 297.31º 0.91% 0.87% -
XYZ 40.45 19.72 70.08 -
YUV 100.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 212 20 221 0.04 0.91 0 0.13 297.31 0.83 0.47
Hex D4 14 DD 4 5B 0 D 129 53 2F
Octal 324 24 335 4 133 0 15 451 123 57
Binary 11010100 10100 11011101 100 1011011 0 1101 100101001 1010011 101111

Color Harmonies of #D414DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414DD

Black with #D414DD

Text Example


Text Example

White with #D414DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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