Html Css Color HEX #D429DF Deep Magenta

📋 copy color: '#D429DF'

red 212 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #D429DF

Tints of Deep Magenta #D429DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 44.54%
G = 8.61%
B = 46.85%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D429DF (or 0xD429DF) is known color: Deep Magenta. HEX triplet: D4, 29 and DF. RGB value is (212,41,223). Sum of RGB (Red+Green+Blue) = 212+41+223=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D429DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429DF is #2BD620. Grayscale: #707070. Windows color (decimal): -2872865 or 14625236. OLE color: 14625236.

HSL color Cylindrical-coordinate representation of color #D429DF: hue angle of 296.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D429DF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 41 223 -
CMYK 0.05 0.82 0 0.13
HSL 296.37º 0.74% 0.52% -
HSV(B) 296.37º 0.82% 0.87% -
XYZ 41.26 20.91 71.67 -
YUV 112.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 212 41 223 0.05 0.82 0 0.13 296.37 0.74 0.52
Hex D4 29 DF 5 52 0 D 128 4A 34
Octal 324 51 337 5 122 0 15 450 112 64
Binary 11010100 101001 11011111 101 1010010 0 1101 100101000 1001010 110100

Color Harmonies of #D429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429DF

Black with #D429DF

Text Example


Text Example

White with #D429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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