Html Css Color HEX #D129CE Deep Magenta

📋 copy color: '#D129CE'

red 209 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #D129CE

Tints of Deep Magenta #D129CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.99%

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

R = 45.83%
G = 8.99%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D129CE (or 0xD129CE) is known color: Deep Magenta. HEX triplet: D1, 29 and CE. RGB value is (209,41,206). Sum of RGB (Red+Green+Blue) = 209+41+206=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D129CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129CE is #2ED631. Grayscale: #6D6D6D. Windows color (decimal): -3069490 or 13511121. OLE color: 13511121.

HSL color Cylindrical-coordinate representation of color #D129CE: hue angle of 301.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129CE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 206 -
CMYK 0 0.80 0.01 0.18
HSL 301.07º 0.67% 0.49% -
HSV(B) 301.07º 0.8% 0.82% -
XYZ 38.23 19.6 60.16 -
YUV 110.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 209 41 206 0 0.80 0.01 0.18 301.07 0.67 0.49
Hex D1 29 CE 0 50 1 12 12D 43 31
Octal 321 51 316 0 120 1 22 455 103 61
Binary 11010001 101001 11001110 0 1010000 1 10010 100101101 1000011 110001

Color Harmonies of #D129CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129CE

Black with #D129CE

Text Example


Text Example

White with #D129CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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