Html Css Color HEX #D112B4 Deep Magenta

📋 copy color: '#D112B4'

red 209 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #D112B4

Tints of Deep Magenta #D112B4

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

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

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 51.35%
G = 4.42%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D112B4 (or 0xD112B4) is known color: Deep Magenta. HEX triplet: D1, 12 and B4. RGB value is (209,18,180). Sum of RGB (Red+Green+Blue) = 209+18+180=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112B4 is #2EED4B. Grayscale: #5D5D5D. Windows color (decimal): -3075404 or 11801297. OLE color: 11801297.

HSL color Cylindrical-coordinate representation of color #D112B4: hue angle of 309.11º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D112B4 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 180 -
CMYK 0 0.91 0.14 0.18
HSL 309.11º 0.84% 0.45% -
HSV(B) 309.11º 0.91% 0.82% -
XYZ 34.75 17.28 44.68 -
YUV 93.58 176.78 210.33 -
System Red Green Blue C M Y K H S L
Decimal 209 18 180 0 0.91 0.14 0.18 309.11 0.84 0.45
Hex D1 12 B4 0 5B E 12 135 54 2D
Octal 321 22 264 0 133 16 22 465 124 55
Binary 11010001 10010 10110100 0 1011011 1110 10010 100110101 1010100 101101

Color Harmonies of #D112B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112B4

Black with #D112B4

Text Example


Text Example

White with #D112B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112B4; }

 p { color: rgb(209,18,180); }

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

background-color css

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

 a { background-color: rgb(209,18,180); }

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

border-color css

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

 span { border-color: rgb(209,18,180); }

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