Html Css Color HEX #D429E5 Deep Magenta

📋 copy color: '#D429E5'

red 212 ◦ green 41 ◦ blue 229

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

Shades of Deep Magenta #D429E5

Tints of Deep Magenta #D429E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 43.98%
G = 8.51%
B = 47.51%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D429E5 (or 0xD429E5) is known color: Deep Magenta. HEX triplet: D4, 29 and E5. RGB value is (212,41,229). Sum of RGB (Red+Green+Blue) = 212+41+229=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #D429E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429E5 is #2BD61A. Grayscale: #707070. Windows color (decimal): -2872859 or 15018452. OLE color: 15018452.

HSL color Cylindrical-coordinate representation of color #D429E5: hue angle of 294.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D429E5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 41 229 -
CMYK 0.07 0.82 0 0.10
HSL 294.57º 0.78% 0.53% -
HSV(B) 294.57º 0.82% 0.9% -
XYZ 42.09 21.24 76.01 -
YUV 113.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 212 41 229 0.07 0.82 0 0.10 294.57 0.78 0.53
Hex D4 29 E5 7 52 0 A 127 4E 35
Octal 324 51 345 7 122 0 12 447 116 65
Binary 11010100 101001 11100101 111 1010010 0 1010 100100111 1001110 110101

Color Harmonies of #D429E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429E5

Black with #D429E5

Text Example


Text Example

White with #D429E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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