Html Css Color HEX #D414CD Deep Magenta

📋 copy color: '#D414CD'

red 212 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D414CD

Tints of Deep Magenta #D414CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 48.51%
G = 4.58%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D414CD (or 0xD414CD) is known color: Deep Magenta. HEX triplet: D4, 14 and CD. RGB value is (212,20,205). Sum of RGB (Red+Green+Blue) = 212+20+205=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D414CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414CD is #2BEB32. Grayscale: #616161. Windows color (decimal): -2878259 or 13440212. OLE color: 13440212.

HSL color Cylindrical-coordinate representation of color #D414CD: hue angle of 302.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414CD is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 205 -
CMYK 0 0.91 0.03 0.17
HSL 302.19º 0.83% 0.45% -
HSV(B) 302.19º 0.91% 0.83% -
XYZ 38.42 18.91 59.38 -
YUV 98.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 212 20 205 0 0.91 0.03 0.17 302.19 0.83 0.45
Hex D4 14 CD 0 5B 3 11 12E 53 2D
Octal 324 24 315 0 133 3 21 456 123 55
Binary 11010100 10100 11001101 0 1011011 11 10001 100101110 1010011 101101

Color Harmonies of #D414CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414CD

Black with #D414CD

Text Example


Text Example

White with #D414CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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