Html Css Color HEX #D410B0 Deep Magenta

📋 copy color: '#D410B0'

red 212 ◦ green 16 ◦ blue 176

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

Shades of Deep Magenta #D410B0

Tints of Deep Magenta #D410B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 52.48%
G = 3.96%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D410B0 (or 0xD410B0) is known color: Deep Magenta. HEX triplet: D4, 10 and B0. RGB value is (212,16,176). Sum of RGB (Red+Green+Blue) = 212+16+176=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D410B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D410B0 is #2BEF4F. Grayscale: #5C5C5C. Windows color (decimal): -2879312 or 11538644. OLE color: 11538644.

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

Color convert

RGB 212 16 176 -
CMYK 0 0.92 0.17 0.17
HSL 311.02º 0.86% 0.45% -
HSV(B) 311.02º 0.92% 0.83% -
XYZ 35.17 17.5 42.6 -
YUV 92.84 174.93 212.99 -
System Red Green Blue C M Y K H S L
Decimal 212 16 176 0 0.92 0.17 0.17 311.02 0.86 0.45
Hex D4 10 B0 0 5C 11 11 137 56 2D
Octal 324 20 260 0 134 21 21 467 126 55
Binary 11010100 10000 10110000 0 1011100 10001 10001 100110111 1010110 101101

Color Harmonies of #D410B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410B0

Black with #D410B0

Text Example


Text Example

White with #D410B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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