Html Css Color HEX #D428DA Deep Magenta

📋 copy color: '#D428DA'

red 212 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #D428DA

Tints of Deep Magenta #D428DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 45.11%
G = 8.51%
B = 46.38%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D428DA (or 0xD428DA) is known color: Deep Magenta. HEX triplet: D4, 28 and DA. RGB value is (212,40,218). Sum of RGB (Red+Green+Blue) = 212+40+218=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #D428DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428DA is #2BD725. Grayscale: #6F6F6F. Windows color (decimal): -2873126 or 14297300. OLE color: 14297300.

HSL color Cylindrical-coordinate representation of color #D428DA: hue angle of 297.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D428DA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 40 218 -
CMYK 0.03 0.82 0 0.15
HSL 297.98º 0.71% 0.51% -
HSV(B) 297.98º 0.82% 0.85% -
XYZ 40.57 20.58 68.16 -
YUV 111.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 212 40 218 0.03 0.82 0 0.15 297.98 0.71 0.51
Hex D4 28 DA 3 52 0 F 12A 47 33
Octal 324 50 332 3 122 0 17 452 107 63
Binary 11010100 101000 11011010 11 1010010 0 1111 100101010 1000111 110011

Color Harmonies of #D428DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428DA

Black with #D428DA

Text Example


Text Example

White with #D428DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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