Html Css Color HEX #D929DF Deep Magenta

📋 copy color: '#D929DF'

red 217 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #D929DF

Tints of Deep Magenta #D929DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 45.11%
G = 8.52%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D929DF (or 0xD929DF) is known color: Deep Magenta. HEX triplet: D9, 29 and DF. RGB value is (217,41,223). Sum of RGB (Red+Green+Blue) = 217+41+223=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D929DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929DF is #26D620. Grayscale: #717171. Windows color (decimal): -2545185 or 14625241. OLE color: 14625241.

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

Color convert

RGB 217 41 223 -
CMYK 0.03 0.82 0 0.13
HSL 298.02º 0.74% 0.52% -
HSV(B) 298.02º 0.82% 0.87% -
XYZ 42.73 21.67 71.74 -
YUV 114.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 217 41 223 0.03 0.82 0 0.13 298.02 0.74 0.52
Hex D9 29 DF 3 52 0 D 12A 4A 34
Octal 331 51 337 3 122 0 15 452 112 64
Binary 11011001 101001 11011111 11 1010010 0 1101 100101010 1001010 110100

Color Harmonies of #D929DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929DF

Black with #D929DF

Text Example


Text Example

White with #D929DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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