Html Css Color HEX #D128CE Deep Magenta

📋 copy color: '#D128CE'

red 209 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #D128CE

Tints of Deep Magenta #D128CE

RGB

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

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

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

R = 45.93%
G = 8.79%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D128CE (or 0xD128CE) is known color: Deep Magenta. HEX triplet: D1, 28 and CE. RGB value is (209,40,206). Sum of RGB (Red+Green+Blue) = 209+40+206=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D128CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128CE is #2ED731. Grayscale: #6C6C6C. Windows color (decimal): -3069746 or 13510865. OLE color: 13510865.

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

Color convert

RGB 209 40 206 -
CMYK 0 0.81 0.01 0.18
HSL 301.07º 0.68% 0.49% -
HSV(B) 301.07º 0.81% 0.82% -
XYZ 38.19 19.53 60.15 -
YUV 109.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 209 40 206 0 0.81 0.01 0.18 301.07 0.68 0.49
Hex D1 28 CE 0 51 1 12 12D 44 31
Octal 321 50 316 0 121 1 22 455 104 61
Binary 11010001 101000 11001110 0 1010001 1 10010 100101101 1000100 110001

Color Harmonies of #D128CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128CE

Black with #D128CE

Text Example


Text Example

White with #D128CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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