Html Css Color HEX #D126CE Deep Magenta

📋 copy color: '#D126CE'

red 209 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #D126CE

Tints of Deep Magenta #D126CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 46.14%
G = 8.39%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D126CE (or 0xD126CE) is known color: Deep Magenta. HEX triplet: D1, 26 and CE. RGB value is (209,38,206). Sum of RGB (Red+Green+Blue) = 209+38+206=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D126CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126CE is #2ED931. Grayscale: #6B6B6B. Windows color (decimal): -3070258 or 13510353. OLE color: 13510353.

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

Color convert

RGB 209 38 206 -
CMYK 0 0.82 0.01 0.18
HSL 301.05º 0.69% 0.48% -
HSV(B) 301.05º 0.82% 0.82% -
XYZ 38.13 19.4 60.13 -
YUV 108.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 209 38 206 0 0.82 0.01 0.18 301.05 0.69 0.48
Hex D1 26 CE 0 52 1 12 12D 45 30
Octal 321 46 316 0 122 1 22 455 105 60
Binary 11010001 100110 11001110 0 1010010 1 10010 100101101 1000101 110000

Color Harmonies of #D126CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126CE

Black with #D126CE

Text Example


Text Example

White with #D126CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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