Html Css Color HEX #D414DE Deep Magenta

📋 copy color: '#D414DE'

red 212 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #D414DE

Tints of Deep Magenta #D414DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 46.7%
G = 4.41%
B = 48.9%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D414DE (or 0xD414DE) is known color: Deep Magenta. HEX triplet: D4, 14 and DE. RGB value is (212,20,222). Sum of RGB (Red+Green+Blue) = 212+20+222=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #D414DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414DE is #2BEB21. Grayscale: #636363. Windows color (decimal): -2878242 or 14554324. OLE color: 14554324.

HSL color Cylindrical-coordinate representation of color #D414DE: hue angle of 297.03º 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 #D414DE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 20 222 -
CMYK 0.05 0.91 0 0.13
HSL 297.03º 0.83% 0.47% -
HSV(B) 297.03º 0.91% 0.87% -
XYZ 40.59 19.77 70.78 -
YUV 100.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 212 20 222 0.05 0.91 0 0.13 297.03 0.83 0.47
Hex D4 14 DE 5 5B 0 D 129 53 2F
Octal 324 24 336 5 133 0 15 451 123 57
Binary 11010100 10100 11011110 101 1011011 0 1101 100101001 1010011 101111

Color Harmonies of #D414DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414DE

Black with #D414DE

Text Example


Text Example

White with #D414DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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