Html Css Color HEX #D029CA Deep Magenta

📋 copy color: '#D029CA'

red 208 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D029CA

Tints of Deep Magenta #D029CA

RGB

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

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

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

R = 46.12%
G = 9.09%
B = 44.79%

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

#D029CA (or 0xD029CA) is known color: Deep Magenta. HEX triplet: D0, 29 and CA. RGB value is (208,41,202). Sum of RGB (Red+Green+Blue) = 208+41+202=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D029CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029CA is #2FD635. Grayscale: #6C6C6C. Windows color (decimal): -3135030 or 13248976. OLE color: 13248976.

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

Color convert

RGB 208 41 202 -
CMYK 0 0.80 0.03 0.18
HSL 302.16º 0.67% 0.49% -
HSV(B) 302.16º 0.8% 0.82% -
XYZ 37.47 19.26 57.62 -
YUV 109.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 208 41 202 0 0.80 0.03 0.18 302.16 0.67 0.49
Hex D0 29 CA 0 50 3 12 12E 43 31
Octal 320 51 312 0 120 3 22 456 103 61
Binary 11010000 101001 11001010 0 1010000 11 10010 100101110 1000011 110001

Color Harmonies of #D029CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D029CA

Black with #D029CA

Text Example


Text Example

White with #D029CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D029CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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