Html Css Color HEX #D123D5 Deep Magenta

📋 copy color: '#D123D5'

red 209 ◦ green 35 ◦ blue 213

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

Shades of Deep Magenta #D123D5

Tints of Deep Magenta #D123D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 45.73%
G = 7.66%
B = 46.61%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D123D5 (or 0xD123D5) is known color: Deep Magenta. HEX triplet: D1, 23 and D5. RGB value is (209,35,213). Sum of RGB (Red+Green+Blue) = 209+35+213=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #D123D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123D5 is #2EDC2A. Grayscale: #6A6A6A. Windows color (decimal): -3071019 or 13968337. OLE color: 13968337.

HSL color Cylindrical-coordinate representation of color #D123D5: hue angle of 298.65º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123D5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 35 213 -
CMYK 0.02 0.84 0 0.16
HSL 298.65º 0.72% 0.49% -
HSV(B) 298.65º 0.84% 0.84% -
XYZ 38.91 19.56 64.68 -
YUV 107.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 209 35 213 0.02 0.84 0 0.16 298.65 0.72 0.49
Hex D1 23 D5 2 54 0 10 12B 48 31
Octal 321 43 325 2 124 0 20 453 110 61
Binary 11010001 100011 11010101 10 1010100 0 10000 100101011 1001000 110001

Color Harmonies of #D123D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123D5

Black with #D123D5

Text Example


Text Example

White with #D123D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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