Html Css Color HEX #D124E0 Deep Magenta

📋 copy color: '#D124E0'

red 209 ◦ green 36 ◦ blue 224

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

Shades of Deep Magenta #D124E0

Tints of Deep Magenta #D124E0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.68%

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

R = 44.56%
G = 7.68%
B = 47.76%

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

#D124E0 (or 0xD124E0) is known color: Deep Magenta. HEX triplet: D1, 24 and E0. RGB value is (209,36,224). Sum of RGB (Red+Green+Blue) = 209+36+224=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #D124E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124E0 is #2EDB1F. Grayscale: #6C6C6C. Windows color (decimal): -3070752 or 14689489. OLE color: 14689489.

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

Color convert

RGB 209 36 224 -
CMYK 0.07 0.84 0 0.12
HSL 295.21º 0.75% 0.51% -
HSV(B) 295.21º 0.84% 0.88% -
XYZ 40.38 20.2 72.29 -
YUV 109.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 209 36 224 0.07 0.84 0 0.12 295.21 0.75 0.51
Hex D1 24 E0 7 54 0 C 127 4B 33
Octal 321 44 340 7 124 0 14 447 113 63
Binary 11010001 100100 11100000 111 1010100 0 1100 100100111 1001011 110011

Color Harmonies of #D124E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124E0

Black with #D124E0

Text Example


Text Example

White with #D124E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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