Html Css Color HEX #D929DA Deep Magenta

📋 copy color: '#D929DA'

red 217 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #D929DA

Tints of Deep Magenta #D929DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 45.59%
G = 8.61%
B = 45.8%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D929DA (or 0xD929DA) is known color: Deep Magenta. HEX triplet: D9, 29 and DA. RGB value is (217,41,218). Sum of RGB (Red+Green+Blue) = 217+41+218=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D929DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929DA is #26D625. Grayscale: #717171. Windows color (decimal): -2545190 or 14297561. OLE color: 14297561.

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

Color convert

RGB 217 41 218 -
CMYK 0.00 0.81 0 0.15
HSL 299.66º 0.71% 0.51% -
HSV(B) 299.66º 0.81% 0.85% -
XYZ 42.06 21.4 68.24 -
YUV 113.8 186.81 201.61 -
System Red Green Blue C M Y K H S L
Decimal 217 41 218 0.00 0.81 0 0.15 299.66 0.71 0.51
Hex D9 29 DA 0 51 0 F 12C 47 33
Octal 331 51 332 0 121 0 17 454 107 63
Binary 11011001 101001 11011010 0 1010001 0 1111 100101100 1000111 110011

Color Harmonies of #D929DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929DA

Black with #D929DA

Text Example


Text Example

White with #D929DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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