Html Css Color HEX #D414CC Deep Magenta

📋 copy color: '#D414CC'

red 212 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #D414CC

Tints of Deep Magenta #D414CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 48.62%
G = 4.59%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D414CC (or 0xD414CC) is known color: Deep Magenta. HEX triplet: D4, 14 and CC. RGB value is (212,20,204). Sum of RGB (Red+Green+Blue) = 212+20+204=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D414CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414CC is #2BEB33. Grayscale: #616161. Windows color (decimal): -2878260 or 13374676. OLE color: 13374676.

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

Color convert

RGB 212 20 204 -
CMYK 0 0.91 0.04 0.17
HSL 302.5º 0.83% 0.45% -
HSV(B) 302.5º 0.91% 0.83% -
XYZ 38.3 18.86 58.75 -
YUV 98.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 212 20 204 0 0.91 0.04 0.17 302.5 0.83 0.45
Hex D4 14 CC 0 5B 4 11 12E 53 2D
Octal 324 24 314 0 133 4 21 456 123 55
Binary 11010100 10100 11001100 0 1011011 100 10001 100101110 1010011 101101

Color Harmonies of #D414CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414CC

Black with #D414CC

Text Example


Text Example

White with #D414CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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