Html Css Color HEX #D123E1 Deep Magenta

📋 copy color: '#D123E1'

red 209 ◦ green 35 ◦ blue 225

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

Shades of Deep Magenta #D123E1

Tints of Deep Magenta #D123E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 44.56%
G = 7.46%
B = 47.97%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D123E1 (or 0xD123E1) is known color: Deep Magenta. HEX triplet: D1, 23 and E1. RGB value is (209,35,225). Sum of RGB (Red+Green+Blue) = 209+35+225=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #D123E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123E1 is #2EDC1E. Grayscale: #6C6C6C. Windows color (decimal): -3071007 or 14754769. OLE color: 14754769.

HSL color Cylindrical-coordinate representation of color #D123E1: hue angle of 294.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D123E1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 35 225 -
CMYK 0.07 0.84 0 0.12
HSL 294.95º 0.76% 0.51% -
HSV(B) 294.95º 0.84% 0.88% -
XYZ 40.49 20.19 73 -
YUV 108.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 209 35 225 0.07 0.84 0 0.12 294.95 0.76 0.51
Hex D1 23 E1 7 54 0 C 127 4C 33
Octal 321 43 341 7 124 0 14 447 114 63
Binary 11010001 100011 11100001 111 1010100 0 1100 100100111 1001100 110011

Color Harmonies of #D123E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123E1

Black with #D123E1

Text Example


Text Example

White with #D123E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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