Html Css Color HEX #D124C0 Deep Magenta

📋 copy color: '#D124C0'

red 209 ◦ green 36 ◦ blue 192

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

Shades of Deep Magenta #D124C0

Tints of Deep Magenta #D124C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 47.83%
G = 8.24%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D124C0 (or 0xD124C0) is known color: Deep Magenta. HEX triplet: D1, 24 and C0. RGB value is (209,36,192). Sum of RGB (Red+Green+Blue) = 209+36+192=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D124C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124C0 is #2EDB3F. Grayscale: #696969. Windows color (decimal): -3070784 or 12592337. OLE color: 12592337.

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

Color convert

RGB 209 36 192 -
CMYK 0 0.83 0.08 0.18
HSL 305.9º 0.71% 0.48% -
HSV(B) 305.9º 0.83% 0.82% -
XYZ 36.44 18.62 51.54 -
YUV 105.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 209 36 192 0 0.83 0.08 0.18 305.9 0.71 0.48
Hex D1 24 C0 0 53 8 12 132 47 30
Octal 321 44 300 0 123 10 22 462 107 60
Binary 11010001 100100 11000000 0 1010011 1000 10010 100110010 1000111 110000

Color Harmonies of #D124C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124C0

Black with #D124C0

Text Example


Text Example

White with #D124C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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