Html Css Color HEX #D429B9 Deep Magenta

📋 copy color: '#D429B9'

red 212 ◦ green 41 ◦ blue 185

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

Shades of Deep Magenta #D429B9

Tints of Deep Magenta #D429B9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.36%

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

R = 48.4%
G = 9.36%
B = 42.24%

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

#D429B9 (or 0xD429B9) is known color: Deep Magenta. HEX triplet: D4, 29 and B9. RGB value is (212,41,185). Sum of RGB (Red+Green+Blue) = 212+41+185=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D429B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429B9 is #2BD646. Grayscale: #6C6C6C. Windows color (decimal): -2872903 or 12134868. OLE color: 12134868.

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

Color convert

RGB 212 41 185 -
CMYK 0 0.81 0.13 0.17
HSL 309.47º 0.68% 0.5% -
HSV(B) 309.47º 0.81% 0.83% -
XYZ 36.7 19.09 47.65 -
YUV 108.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 212 41 185 0 0.81 0.13 0.17 309.47 0.68 0.5
Hex D4 29 B9 0 51 D 11 135 44 32
Octal 324 51 271 0 121 15 21 465 104 62
Binary 11010100 101001 10111001 0 1010001 1101 10001 100110101 1000100 110010

Color Harmonies of #D429B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429B9

Black with #D429B9

Text Example


Text Example

White with #D429B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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