Html Css Color HEX #D428B9 Deep Magenta

📋 copy color: '#D428B9'

red 212 ◦ green 40 ◦ blue 185

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

Shades of Deep Magenta #D428B9

Tints of Deep Magenta #D428B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 48.51%
G = 9.15%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D428B9 (or 0xD428B9) is known color: Deep Magenta. HEX triplet: D4, 28 and B9. RGB value is (212,40,185). Sum of RGB (Red+Green+Blue) = 212+40+185=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D428B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428B9 is #2BD746. Grayscale: #6B6B6B. Windows color (decimal): -2873159 or 12134612. OLE color: 12134612.

HSL color Cylindrical-coordinate representation of color #D428B9: hue angle of 309.42º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D428B9 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 185 -
CMYK 0 0.81 0.13 0.17
HSL 309.42º 0.68% 0.49% -
HSV(B) 309.42º 0.81% 0.83% -
XYZ 36.67 19.02 47.64 -
YUV 107.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 212 40 185 0 0.81 0.13 0.17 309.42 0.68 0.49
Hex D4 28 B9 0 51 D 11 135 44 31
Octal 324 50 271 0 121 15 21 465 104 61
Binary 11010100 101000 10111001 0 1010001 1101 10001 100110101 1000100 110001

Color Harmonies of #D428B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428B9

Black with #D428B9

Text Example


Text Example

White with #D428B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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