Html Css Color HEX #D128D7 Deep Magenta

📋 copy color: '#D128D7'

red 209 ◦ green 40 ◦ blue 215

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

Shades of Deep Magenta #D128D7

Tints of Deep Magenta #D128D7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.62%

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

R = 45.04%
G = 8.62%
B = 46.34%

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

#D128D7 (or 0xD128D7) is known color: Deep Magenta. HEX triplet: D1, 28 and D7. RGB value is (209,40,215). Sum of RGB (Red+Green+Blue) = 209+40+215=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #D128D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128D7 is #2ED728. Grayscale: #6D6D6D. Windows color (decimal): -3069737 or 14100689. OLE color: 14100689.

HSL color Cylindrical-coordinate representation of color #D128D7: hue angle of 297.94º 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 #D128D7 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 40 215 -
CMYK 0.03 0.81 0 0.16
HSL 297.94º 0.69% 0.5% -
HSV(B) 297.94º 0.81% 0.84% -
XYZ 39.32 19.98 66.07 -
YUV 110.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 209 40 215 0.03 0.81 0 0.16 297.94 0.69 0.5
Hex D1 28 D7 3 51 0 10 12A 45 32
Octal 321 50 327 3 121 0 20 452 105 62
Binary 11010001 101000 11010111 11 1010001 0 10000 100101010 1000101 110010

Color Harmonies of #D128D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128D7

Black with #D128D7

Text Example


Text Example

White with #D128D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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