Html Css Color HEX #D128CC Deep Magenta

📋 copy color: '#D128CC'

red 209 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #D128CC

Tints of Deep Magenta #D128CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 46.14%
G = 8.83%
B = 45.03%

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

#D128CC (or 0xD128CC) is known color: Deep Magenta. HEX triplet: D1, 28 and CC. RGB value is (209,40,204). Sum of RGB (Red+Green+Blue) = 209+40+204=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D128CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128CC is #2ED733. Grayscale: #6C6C6C. Windows color (decimal): -3069748 or 13379793. OLE color: 13379793.

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

Color convert

RGB 209 40 204 -
CMYK 0 0.81 0.02 0.18
HSL 301.78º 0.68% 0.49% -
HSV(B) 301.78º 0.81% 0.82% -
XYZ 37.95 19.43 58.88 -
YUV 109.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 209 40 204 0 0.81 0.02 0.18 301.78 0.68 0.49
Hex D1 28 CC 0 51 2 12 12E 44 31
Octal 321 50 314 0 121 2 22 456 104 61
Binary 11010001 101000 11001100 0 1010001 10 10010 100101110 1000100 110001

Color Harmonies of #D128CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128CC

Black with #D128CC

Text Example


Text Example

White with #D128CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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