Html Css Color HEX #D123B1 Deep Magenta

📋 copy color: '#D123B1'

red 209 ◦ green 35 ◦ blue 177

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

Shades of Deep Magenta #D123B1

Tints of Deep Magenta #D123B1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 49.64%
G = 8.31%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D123B1 (or 0xD123B1) is known color: Deep Magenta. HEX triplet: D1, 23 and B1. RGB value is (209,35,177). Sum of RGB (Red+Green+Blue) = 209+35+177=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D123B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D123B1 is #2EDC4E. Grayscale: #666666. Windows color (decimal): -3071055 or 11609041. OLE color: 11609041.

HSL color Cylindrical-coordinate representation of color #D123B1: hue angle of 311.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D123B1 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 177 -
CMYK 0 0.83 0.15 0.18
HSL 311.03º 0.71% 0.48% -
HSV(B) 311.03º 0.83% 0.82% -
XYZ 34.83 17.93 43.22 -
YUV 103.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 209 35 177 0 0.83 0.15 0.18 311.03 0.71 0.48
Hex D1 23 B1 0 53 F 12 137 47 30
Octal 321 43 261 0 123 17 22 467 107 60
Binary 11010001 100011 10110001 0 1010011 1111 10010 100110111 1000111 110000

Color Harmonies of #D123B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123B1

Black with #D123B1

Text Example


Text Example

White with #D123B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123B1; }

 p { color: rgb(209,35,177); }

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

background-color css

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

 a { background-color: rgb(209,35,177); }

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

border-color css

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

 span { border-color: rgb(209,35,177); }

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