Html Css Color HEX #D029C9 Deep Magenta

📋 copy color: '#D029C9'

red 208 ◦ green 41 ◦ blue 201

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

Shades of Deep Magenta #D029C9

Tints of Deep Magenta #D029C9

RGB

 RED value IS 208 (81.64% from 255) = 46.22%

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

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 46.22%
G = 9.11%
B = 44.67%

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

#D029C9 (or 0xD029C9) is known color: Deep Magenta. HEX triplet: D0, 29 and C9. RGB value is (208,41,201). Sum of RGB (Red+Green+Blue) = 208+41+201=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D029C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029C9 is #2FD636. Grayscale: #6C6C6C. Windows color (decimal): -3135031 or 13183440. OLE color: 13183440.

HSL color Cylindrical-coordinate representation of color #D029C9: hue angle of 302.51º 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 #D029C9 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 201 -
CMYK 0 0.80 0.03 0.18
HSL 302.52º 0.67% 0.49% -
HSV(B) 302.52º 0.8% 0.82% -
XYZ 37.35 19.21 57 -
YUV 109.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 208 41 201 0 0.80 0.03 0.18 302.52 0.67 0.49
Hex D0 29 C9 0 50 3 12 12F 43 31
Octal 320 51 311 0 120 3 22 457 103 61
Binary 11010000 101001 11001001 0 1010000 11 10010 100101111 1000011 110001

Color Harmonies of #D029C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D029C9

Black with #D029C9

Text Example


Text Example

White with #D029C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D029C9; }

 p { color: rgb(208,41,201); }

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

background-color css

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

 a { background-color: rgb(208,41,201); }

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

border-color css

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

 span { border-color: rgb(208,41,201); }

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