Html Css Color HEX #D429D5 Deep Magenta

📋 copy color: '#D429D5'

red 212 ◦ green 41 ◦ blue 213

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

Shades of Deep Magenta #D429D5

Tints of Deep Magenta #D429D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 45.49%
G = 8.8%
B = 45.71%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D429D5 (or 0xD429D5) is known color: Deep Magenta. HEX triplet: D4, 29 and D5. RGB value is (212,41,213). Sum of RGB (Red+Green+Blue) = 212+41+213=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #D429D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429D5 is #2BD62A. Grayscale: #6F6F6F. Windows color (decimal): -2872875 or 13969876. OLE color: 13969876.

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

Color convert

RGB 212 41 213 -
CMYK 0.00 0.81 0 0.16
HSL 299.65º 0.68% 0.5% -
HSV(B) 299.65º 0.81% 0.84% -
XYZ 39.95 20.39 64.78 -
YUV 111.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 212 41 213 0.00 0.81 0 0.16 299.65 0.68 0.5
Hex D4 29 D5 0 51 0 10 12C 44 32
Octal 324 51 325 0 121 0 20 454 104 62
Binary 11010100 101001 11010101 0 1010001 0 10000 100101100 1000100 110010

Color Harmonies of #D429D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429D5

Black with #D429D5

Text Example


Text Example

White with #D429D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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