Html Css Color HEX #D629DD Deep Magenta

📋 copy color: '#D629DD'

red 214 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #D629DD

Tints of Deep Magenta #D629DD

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 44.96%
G = 8.61%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D629DD (or 0xD629DD) is known color: Deep Magenta. HEX triplet: D6, 29 and DD. RGB value is (214,41,221). Sum of RGB (Red+Green+Blue) = 214+41+221=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D629DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629DD is #29D622. Grayscale: #707070. Windows color (decimal): -2741795 or 14494166. OLE color: 14494166.

HSL color Cylindrical-coordinate representation of color #D629DD: hue angle of 297.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D629DD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 41 221 -
CMYK 0.03 0.81 0 0.13
HSL 297.67º 0.73% 0.51% -
HSV(B) 297.67º 0.81% 0.87% -
XYZ 41.58 21.1 70.29 -
YUV 113.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 214 41 221 0.03 0.81 0 0.13 297.67 0.73 0.51
Hex D6 29 DD 3 51 0 D 12A 49 33
Octal 326 51 335 3 121 0 15 452 111 63
Binary 11010110 101001 11011101 11 1010001 0 1101 100101010 1001001 110011

Color Harmonies of #D629DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629DD

Black with #D629DD

Text Example


Text Example

White with #D629DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629DD; }

 p { color: rgb(214,41,221); }

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

background-color css

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

 a { background-color: rgb(214,41,221); }

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

border-color css

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

 span { border-color: rgb(214,41,221); }

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