Html Css Color HEX #D429CA Deep Magenta

📋 copy color: '#D429CA'

red 212 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D429CA

Tints of Deep Magenta #D429CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 46.59%
G = 9.01%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D429CA (or 0xD429CA) is known color: Deep Magenta. HEX triplet: D4, 29 and CA. RGB value is (212,41,202). Sum of RGB (Red+Green+Blue) = 212+41+202=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D429CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429CA is #2BD635. Grayscale: #6E6E6E. Windows color (decimal): -2872886 or 13248980. OLE color: 13248980.

HSL color Cylindrical-coordinate representation of color #D429CA: hue angle of 303.51º 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 #D429CA is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 202 -
CMYK 0 0.81 0.05 0.17
HSL 303.51º 0.68% 0.5% -
HSV(B) 303.51º 0.81% 0.83% -
XYZ 38.6 19.85 57.67 -
YUV 110.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 212 41 202 0 0.81 0.05 0.17 303.51 0.68 0.5
Hex D4 29 CA 0 51 5 11 130 44 32
Octal 324 51 312 0 121 5 21 460 104 62
Binary 11010100 101001 11001010 0 1010001 101 10001 100110000 1000100 110010

Color Harmonies of #D429CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429CA

Black with #D429CA

Text Example


Text Example

White with #D429CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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