Html Css Color HEX #D428DD Deep Magenta

📋 copy color: '#D428DD'

red 212 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #D428DD

Tints of Deep Magenta #D428DD

RGB

 RED value IS 212 (83.2% from 255) = 44.82%

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 44.82%
G = 8.46%
B = 46.72%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D428DD (or 0xD428DD) is known color: Deep Magenta. HEX triplet: D4, 28 and DD. RGB value is (212,40,221). Sum of RGB (Red+Green+Blue) = 212+40+221=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D428DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428DD is #2BD722. Grayscale: #6F6F6F. Windows color (decimal): -2873123 or 14493908. OLE color: 14493908.

HSL color Cylindrical-coordinate representation of color #D428DD: hue angle of 297.02º 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 #D428DD is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 40 221 -
CMYK 0.04 0.82 0 0.13
HSL 297.02º 0.73% 0.51% -
HSV(B) 297.02º 0.82% 0.87% -
XYZ 40.96 20.74 70.25 -
YUV 112.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 212 40 221 0.04 0.82 0 0.13 297.02 0.73 0.51
Hex D4 28 DD 4 52 0 D 129 49 33
Octal 324 50 335 4 122 0 15 451 111 63
Binary 11010100 101000 11011101 100 1010010 0 1101 100101001 1001001 110011

Color Harmonies of #D428DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428DD

Black with #D428DD

Text Example


Text Example

White with #D428DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428DD; }

 p { color: rgb(212,40,221); }

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

background-color css

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

 a { background-color: rgb(212,40,221); }

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

border-color css

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

 span { border-color: rgb(212,40,221); }

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