Html Css Color HEX #D410C3 Deep Magenta

📋 copy color: '#D410C3'

red 212 ◦ green 16 ◦ blue 195

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

Shades of Deep Magenta #D410C3

Tints of Deep Magenta #D410C3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

 BLUE value IS 195 (76.56% from 255) = 46.1%

R = 50.12%
G = 3.78%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D410C3 (or 0xD410C3) is known color: Deep Magenta. HEX triplet: D4, 10 and C3. RGB value is (212,16,195). Sum of RGB (Red+Green+Blue) = 212+16+195=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D410C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410C3 is #2BEF3C. Grayscale: #5E5E5E. Windows color (decimal): -2879293 or 12783828. OLE color: 12783828.

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

Color convert

RGB 212 16 195 -
CMYK 0 0.92 0.08 0.17
HSL 305.2º 0.86% 0.45% -
HSV(B) 305.2º 0.92% 0.83% -
XYZ 37.19 18.31 53.2 -
YUV 95.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 212 16 195 0 0.92 0.08 0.17 305.2 0.86 0.45
Hex D4 10 C3 0 5C 8 11 131 56 2D
Octal 324 20 303 0 134 10 21 461 126 55
Binary 11010100 10000 11000011 0 1011100 1000 10001 100110001 1010110 101101

Color Harmonies of #D410C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410C3

Black with #D410C3

Text Example


Text Example

White with #D410C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410C3; }

 p { color: rgb(212,16,195); }

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

background-color css

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

 a { background-color: rgb(212,16,195); }

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

border-color css

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

 span { border-color: rgb(212,16,195); }

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