Html Css Color HEX #D629DB Deep Magenta

📋 copy color: '#D629DB'

red 214 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D629DB

Tints of Deep Magenta #D629DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 45.15%
G = 8.65%
B = 46.2%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D629DB (or 0xD629DB) is known color: Deep Magenta. HEX triplet: D6, 29 and DB. RGB value is (214,41,219). Sum of RGB (Red+Green+Blue) = 214+41+219=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D629DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629DB is #29D624. Grayscale: #707070. Windows color (decimal): -2741797 or 14363094. OLE color: 14363094.

HSL color Cylindrical-coordinate representation of color #D629DB: hue angle of 298.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D629DB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 41 219 -
CMYK 0.02 0.81 0 0.14
HSL 298.31º 0.71% 0.51% -
HSV(B) 298.31º 0.81% 0.86% -
XYZ 41.31 21 68.89 -
YUV 113.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 214 41 219 0.02 0.81 0 0.14 298.31 0.71 0.51
Hex D6 29 DB 2 51 0 E 12A 47 33
Octal 326 51 333 2 121 0 16 452 107 63
Binary 11010110 101001 11011011 10 1010001 0 1110 100101010 1000111 110011

Color Harmonies of #D629DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629DB

Black with #D629DB

Text Example


Text Example

White with #D629DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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