Html Css Color HEX #D412B5 Deep Magenta

📋 copy color: '#D412B5'

red 212 ◦ green 18 ◦ blue 181

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

Shades of Deep Magenta #D412B5

Tints of Deep Magenta #D412B5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.38%

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 51.58%
G = 4.38%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D412B5 (or 0xD412B5) is known color: Deep Magenta. HEX triplet: D4, 12 and B5. RGB value is (212,18,181). Sum of RGB (Red+Green+Blue) = 212+18+181=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D412B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412B5 is #2BED4A. Grayscale: #5E5E5E. Windows color (decimal): -2878795 or 11866836. OLE color: 11866836.

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

Color convert

RGB 212 18 181 -
CMYK 0 0.92 0.15 0.17
HSL 309.59º 0.84% 0.45% -
HSV(B) 309.59º 0.92% 0.83% -
XYZ 35.71 17.77 45.26 -
YUV 94.59 176.77 211.75 -
System Red Green Blue C M Y K H S L
Decimal 212 18 181 0 0.92 0.15 0.17 309.59 0.84 0.45
Hex D4 12 B5 0 5C F 11 136 54 2D
Octal 324 22 265 0 134 17 21 466 124 55
Binary 11010100 10010 10110101 0 1011100 1111 10001 100110110 1010100 101101

Color Harmonies of #D412B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412B5

Black with #D412B5

Text Example


Text Example

White with #D412B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412B5; }

 p { color: rgb(212,18,181); }

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

background-color css

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

 a { background-color: rgb(212,18,181); }

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

border-color css

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

 span { border-color: rgb(212,18,181); }

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