Html Css Color HEX #D129D7 Deep Magenta

📋 copy color: '#D129D7'

red 209 ◦ green 41 ◦ blue 215

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

Shades of Deep Magenta #D129D7

Tints of Deep Magenta #D129D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 44.95%
G = 8.82%
B = 46.24%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D129D7 (or 0xD129D7) is known color: Deep Magenta. HEX triplet: D1, 29 and D7. RGB value is (209,41,215). Sum of RGB (Red+Green+Blue) = 209+41+215=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #D129D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129D7 is #2ED628. Grayscale: #6E6E6E. Windows color (decimal): -3069481 or 14100945. OLE color: 14100945.

HSL color Cylindrical-coordinate representation of color #D129D7: hue angle of 297.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D129D7 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 41 215 -
CMYK 0.03 0.81 0 0.16
HSL 297.93º 0.69% 0.5% -
HSV(B) 297.93º 0.81% 0.84% -
XYZ 39.35 20.05 66.09 -
YUV 111.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 209 41 215 0.03 0.81 0 0.16 297.93 0.69 0.5
Hex D1 29 D7 3 51 0 10 12A 45 32
Octal 321 51 327 3 121 0 20 452 105 62
Binary 11010001 101001 11010111 11 1010001 0 10000 100101010 1000101 110010

Color Harmonies of #D129D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129D7

Black with #D129D7

Text Example


Text Example

White with #D129D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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