Html Css Color HEX #D124CB Deep Magenta

📋 copy color: '#D124CB'

red 209 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #D124CB

Tints of Deep Magenta #D124CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 46.65%
G = 8.04%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D124CB (or 0xD124CB) is known color: Deep Magenta. HEX triplet: D1, 24 and CB. RGB value is (209,36,203). Sum of RGB (Red+Green+Blue) = 209+36+203=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D124CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124CB is #2EDB34. Grayscale: #6A6A6A. Windows color (decimal): -3070773 or 13313233. OLE color: 13313233.

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

Color convert

RGB 209 36 203 -
CMYK 0 0.83 0.03 0.18
HSL 302.08º 0.71% 0.48% -
HSV(B) 302.08º 0.83% 0.82% -
XYZ 37.7 19.13 58.2 -
YUV 106.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 209 36 203 0 0.83 0.03 0.18 302.08 0.71 0.48
Hex D1 24 CB 0 53 3 12 12E 47 30
Octal 321 44 313 0 123 3 22 456 107 60
Binary 11010001 100100 11001011 0 1010011 11 10010 100101110 1000111 110000

Color Harmonies of #D124CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124CB

Black with #D124CB

Text Example


Text Example

White with #D124CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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