Html Css Color HEX #D126B9 Deep Magenta

📋 copy color: '#D126B9'

red 209 ◦ green 38 ◦ blue 185

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

Shades of Deep Magenta #D126B9

Tints of Deep Magenta #D126B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 48.38%
G = 8.8%
B = 42.82%

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

#D126B9 (or 0xD126B9) is known color: Deep Magenta. HEX triplet: D1, 26 and B9. RGB value is (209,38,185). Sum of RGB (Red+Green+Blue) = 209+38+185=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D126B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126B9 is #2ED946. Grayscale: #696969. Windows color (decimal): -3070279 or 12134097. OLE color: 12134097.

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

Color convert

RGB 209 38 185 -
CMYK 0 0.82 0.11 0.18
HSL 308.42º 0.69% 0.48% -
HSV(B) 308.42º 0.82% 0.82% -
XYZ 35.74 18.44 47.58 -
YUV 105.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 209 38 185 0 0.82 0.11 0.18 308.42 0.69 0.48
Hex D1 26 B9 0 52 B 12 134 45 30
Octal 321 46 271 0 122 13 22 464 105 60
Binary 11010001 100110 10111001 0 1010010 1011 10010 100110100 1000101 110000

Color Harmonies of #D126B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126B9

Black with #D126B9

Text Example


Text Example

White with #D126B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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