Html Css Color HEX #D129CA Deep Magenta

📋 copy color: '#D129CA'

red 209 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D129CA

Tints of Deep Magenta #D129CA

RGB

 RED value IS 209 (82.03% from 255) = 46.24%

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

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

R = 46.24%
G = 9.07%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D129CA (or 0xD129CA) is known color: Deep Magenta. HEX triplet: D1, 29 and CA. RGB value is (209,41,202). Sum of RGB (Red+Green+Blue) = 209+41+202=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D129CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129CA is #2ED635. Grayscale: #6D6D6D. Windows color (decimal): -3069494 or 13248977. OLE color: 13248977.

HSL color Cylindrical-coordinate representation of color #D129CA: hue angle of 302.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129CA is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 202 -
CMYK 0 0.80 0.03 0.18
HSL 302.5º 0.67% 0.49% -
HSV(B) 302.5º 0.8% 0.82% -
XYZ 37.75 19.41 57.63 -
YUV 109.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 209 41 202 0 0.80 0.03 0.18 302.5 0.67 0.49
Hex D1 29 CA 0 50 3 12 12E 43 31
Octal 321 51 312 0 120 3 22 456 103 61
Binary 11010001 101001 11001010 0 1010000 11 10010 100101110 1000011 110001

Color Harmonies of #D129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129CA

Black with #D129CA

Text Example


Text Example

White with #D129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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