Html Css Color HEX #D128CD Deep Magenta

📋 copy color: '#D128CD'

red 209 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #D128CD

Tints of Deep Magenta #D128CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 46.04%
G = 8.81%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D128CD (or 0xD128CD) is known color: Deep Magenta. HEX triplet: D1, 28 and CD. RGB value is (209,40,205). Sum of RGB (Red+Green+Blue) = 209+40+205=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D128CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128CD is #2ED732. Grayscale: #6C6C6C. Windows color (decimal): -3069747 or 13445329. OLE color: 13445329.

HSL color Cylindrical-coordinate representation of color #D128CD: hue angle of 301.42º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D128CD is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 205 -
CMYK 0 0.81 0.02 0.18
HSL 301.42º 0.68% 0.49% -
HSV(B) 301.42º 0.81% 0.82% -
XYZ 38.07 19.48 59.51 -
YUV 109.34 181.99 199.08 -
System Red Green Blue C M Y K H S L
Decimal 209 40 205 0 0.81 0.02 0.18 301.42 0.68 0.49
Hex D1 28 CD 0 51 2 12 12D 44 31
Octal 321 50 315 0 121 2 22 455 104 61
Binary 11010001 101000 11001101 0 1010001 10 10010 100101101 1000100 110001

Color Harmonies of #D128CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128CD

Black with #D128CD

Text Example


Text Example

White with #D128CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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