Html Css Color HEX #D128DE Deep Magenta

📋 copy color: '#D128DE'

red 209 ◦ green 40 ◦ blue 222

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

Shades of Deep Magenta #D128DE

Tints of Deep Magenta #D128DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 44.37%
G = 8.49%
B = 47.13%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D128DE (or 0xD128DE) is known color: Deep Magenta. HEX triplet: D1, 28 and DE. RGB value is (209,40,222). Sum of RGB (Red+Green+Blue) = 209+40+222=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #D128DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128DE is #2ED721. Grayscale: #6E6E6E. Windows color (decimal): -3069730 or 14559441. OLE color: 14559441.

HSL color Cylindrical-coordinate representation of color #D128DE: hue angle of 295.71º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D128DE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 40 222 -
CMYK 0.06 0.82 0 0.13
HSL 295.71º 0.73% 0.51% -
HSV(B) 295.71º 0.82% 0.87% -
XYZ 40.24 20.35 70.91 -
YUV 111.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 209 40 222 0.06 0.82 0 0.13 295.71 0.73 0.51
Hex D1 28 DE 6 52 0 D 128 49 33
Octal 321 50 336 6 122 0 15 450 111 63
Binary 11010001 101000 11011110 110 1010010 0 1101 100101000 1001001 110011

Color Harmonies of #D128DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128DE

Black with #D128DE

Text Example


Text Example

White with #D128DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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