Html Css Color HEX #D411CA Deep Magenta

📋 copy color: '#D411CA'

red 212 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #D411CA

Tints of Deep Magenta #D411CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 49.19%
G = 3.94%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D411CA (or 0xD411CA) is known color: Deep Magenta. HEX triplet: D4, 11 and CA. RGB value is (212,17,202). Sum of RGB (Red+Green+Blue) = 212+17+202=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D411CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411CA is #2BEE35. Grayscale: #5F5F5F. Windows color (decimal): -2879030 or 13242836. OLE color: 13242836.

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

Color convert

RGB 212 17 202 -
CMYK 0 0.92 0.05 0.17
HSL 303.08º 0.85% 0.45% -
HSV(B) 303.08º 0.92% 0.83% -
XYZ 38.01 18.66 57.48 -
YUV 96.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 212 17 202 0 0.92 0.05 0.17 303.08 0.85 0.45
Hex D4 11 CA 0 5C 5 11 12F 55 2D
Octal 324 21 312 0 134 5 21 457 125 55
Binary 11010100 10001 11001010 0 1011100 101 10001 100101111 1010101 101101

Color Harmonies of #D411CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411CA

Black with #D411CA

Text Example


Text Example

White with #D411CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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