Html Css Color HEX #D123E0 Deep Magenta

📋 copy color: '#D123E0'

red 209 ◦ green 35 ◦ blue 224

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

Shades of Deep Magenta #D123E0

Tints of Deep Magenta #D123E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 44.66%
G = 7.48%
B = 47.86%

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

#D123E0 (or 0xD123E0) is known color: Deep Magenta. HEX triplet: D1, 23 and E0. RGB value is (209,35,224). Sum of RGB (Red+Green+Blue) = 209+35+224=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #D123E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123E0 is #2EDC1F. Grayscale: #6B6B6B. Windows color (decimal): -3071008 or 14689233. OLE color: 14689233.

HSL color Cylindrical-coordinate representation of color #D123E0: hue angle of 295.24º degrees, saturation: 0.75, 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 #D123E0 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 35 224 -
CMYK 0.07 0.84 0 0.12
HSL 295.24º 0.75% 0.51% -
HSV(B) 295.24º 0.84% 0.88% -
XYZ 40.35 20.14 72.28 -
YUV 108.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 209 35 224 0.07 0.84 0 0.12 295.24 0.75 0.51
Hex D1 23 E0 7 54 0 C 127 4B 33
Octal 321 43 340 7 124 0 14 447 113 63
Binary 11010001 100011 11100000 111 1010100 0 1100 100100111 1001011 110011

Color Harmonies of #D123E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123E0

Black with #D123E0

Text Example


Text Example

White with #D123E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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