Html Css Color HEX #D411CC Deep Magenta

📋 copy color: '#D411CC'

red 212 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #D411CC

Tints of Deep Magenta #D411CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

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

R = 48.96%
G = 3.93%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D411CC (or 0xD411CC) is known color: Deep Magenta. HEX triplet: D4, 11 and CC. RGB value is (212,17,204). Sum of RGB (Red+Green+Blue) = 212+17+204=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D411CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411CC is #2BEE33. Grayscale: #606060. Windows color (decimal): -2879028 or 13373908. OLE color: 13373908.

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

Color convert

RGB 212 17 204 -
CMYK 0 0.92 0.04 0.17
HSL 302.46º 0.85% 0.45% -
HSV(B) 302.46º 0.92% 0.83% -
XYZ 38.25 18.76 58.73 -
YUV 96.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 212 17 204 0 0.92 0.04 0.17 302.46 0.85 0.45
Hex D4 11 CC 0 5C 4 11 12E 55 2D
Octal 324 21 314 0 134 4 21 456 125 55
Binary 11010100 10001 11001100 0 1011100 100 10001 100101110 1010101 101101

Color Harmonies of #D411CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411CC

Black with #D411CC

Text Example


Text Example

White with #D411CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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