Html Css Color HEX #D124B7 Deep Magenta

📋 copy color: '#D124B7'

red 209 ◦ green 36 ◦ blue 183

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

Shades of Deep Magenta #D124B7

Tints of Deep Magenta #D124B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 48.83%
G = 8.41%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D124B7 (or 0xD124B7) is known color: Deep Magenta. HEX triplet: D1, 24 and B7. RGB value is (209,36,183). Sum of RGB (Red+Green+Blue) = 209+36+183=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D124B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124B7 is #2EDB48. Grayscale: #686868. Windows color (decimal): -3070793 or 12002513. OLE color: 12002513.

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

Color convert

RGB 209 36 183 -
CMYK 0 0.83 0.12 0.18
HSL 309.02º 0.71% 0.48% -
HSV(B) 309.02º 0.83% 0.82% -
XYZ 35.47 18.24 46.45 -
YUV 104.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 209 36 183 0 0.83 0.12 0.18 309.02 0.71 0.48
Hex D1 24 B7 0 53 C 12 135 47 30
Octal 321 44 267 0 123 14 22 465 107 60
Binary 11010001 100100 10110111 0 1010011 1100 10010 100110101 1000111 110000

Color Harmonies of #D124B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124B7

Black with #D124B7

Text Example


Text Example

White with #D124B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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