Html Css Color HEX #D929DB Deep Magenta

📋 copy color: '#D929DB'

red 217 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D929DB

Tints of Deep Magenta #D929DB

RGB

 RED value IS 217 (85.16% from 255) = 45.49%

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

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

R = 45.49%
G = 8.6%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D929DB (or 0xD929DB) is known color: Deep Magenta. HEX triplet: D9, 29 and DB. RGB value is (217,41,219). Sum of RGB (Red+Green+Blue) = 217+41+219=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D929DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929DB is #26D624. Grayscale: #717171. Windows color (decimal): -2545189 or 14363097. OLE color: 14363097.

HSL color Cylindrical-coordinate representation of color #D929DB: hue angle of 299.33º 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 #D929DB is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 41 219 -
CMYK 0.01 0.81 0 0.14
HSL 299.33º 0.71% 0.51% -
HSV(B) 299.33º 0.81% 0.86% -
XYZ 42.19 21.45 68.93 -
YUV 113.92 187.31 201.53 -
System Red Green Blue C M Y K H S L
Decimal 217 41 219 0.01 0.81 0 0.14 299.33 0.71 0.51
Hex D9 29 DB 1 51 0 E 12B 47 33
Octal 331 51 333 1 121 0 16 453 107 63
Binary 11011001 101001 11011011 1 1010001 0 1110 100101011 1000111 110011

Color Harmonies of #D929DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929DB

Black with #D929DB

Text Example


Text Example

White with #D929DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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