Html Css Color HEX #D126BB Deep Magenta

📋 copy color: '#D126BB'

red 209 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #D126BB

Tints of Deep Magenta #D126BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 48.16%
G = 8.76%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D126BB (or 0xD126BB) is known color: Deep Magenta. HEX triplet: D1, 26 and BB. RGB value is (209,38,187). Sum of RGB (Red+Green+Blue) = 209+38+187=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D126BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126BB is #2ED944. Grayscale: #696969. Windows color (decimal): -3070277 or 12265169. OLE color: 12265169.

HSL color Cylindrical-coordinate representation of color #D126BB: hue angle of 307.72º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D126BB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 187 -
CMYK 0 0.82 0.11 0.18
HSL 307.72º 0.69% 0.48% -
HSV(B) 307.72º 0.82% 0.82% -
XYZ 35.96 18.53 48.7 -
YUV 106.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 209 38 187 0 0.82 0.11 0.18 307.72 0.69 0.48
Hex D1 26 BB 0 52 B 12 134 45 30
Octal 321 46 273 0 122 13 22 464 105 60
Binary 11010001 100110 10111011 0 1010010 1011 10010 100110100 1000101 110000

Color Harmonies of #D126BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126BB

Black with #D126BB

Text Example


Text Example

White with #D126BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126BB; }

 p { color: rgb(209,38,187); }

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

background-color css

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

 a { background-color: rgb(209,38,187); }

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

border-color css

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

 span { border-color: rgb(209,38,187); }

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