Html Css Color HEX #D126C7 Deep Magenta

📋 copy color: '#D126C7'

red 209 ◦ green 38 ◦ blue 199

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

Shades of Deep Magenta #D126C7

Tints of Deep Magenta #D126C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 46.86%
G = 8.52%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D126C7 (or 0xD126C7) is known color: Deep Magenta. HEX triplet: D1, 26 and C7. RGB value is (209,38,199). Sum of RGB (Red+Green+Blue) = 209+38+199=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D126C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126C7 is #2ED938. Grayscale: #6B6B6B. Windows color (decimal): -3070265 or 13051601. OLE color: 13051601.

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

Color convert

RGB 209 38 199 -
CMYK 0 0.82 0.05 0.18
HSL 303.51º 0.69% 0.48% -
HSV(B) 303.51º 0.82% 0.82% -
XYZ 37.3 19.07 55.75 -
YUV 107.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 209 38 199 0 0.82 0.05 0.18 303.51 0.69 0.48
Hex D1 26 C7 0 52 5 12 130 45 30
Octal 321 46 307 0 122 5 22 460 105 60
Binary 11010001 100110 11000111 0 1010010 101 10010 100110000 1000101 110000

Color Harmonies of #D126C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126C7

Black with #D126C7

Text Example


Text Example

White with #D126C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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