Html Css Color HEX #D920D9 Deep Magenta

📋 copy color: '#D920D9'

red 217 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #D920D9

Tints of Deep Magenta #D920D9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.87%

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 46.57%
G = 6.87%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D920D9 (or 0xD920D9) is known color: Deep Magenta. HEX triplet: D9, 20 and D9. RGB value is (217,32,217). Sum of RGB (Red+Green+Blue) = 217+32+217=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D920D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920D9 is #26DF26. Grayscale: #6B6B6B. Windows color (decimal): -2547495 or 14229721. OLE color: 14229721.

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

Color convert

RGB 217 32 217 -
CMYK 0 0.85 0 0.15
HSL 300º 0.74% 0.49% -
HSV(B) 300º 0.85% 0.85% -
XYZ 41.66 20.79 67.46 -
YUV 108.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 217 32 217 0 0.85 0 0.15 300 0.74 0.49
Hex D9 20 D9 0 55 0 F 12C 4A 31
Octal 331 40 331 0 125 0 17 454 112 61
Binary 11011001 100000 11011001 0 1010101 0 1111 100101100 1001010 110001

Color Harmonies of #D920D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920D9

Black with #D920D9

Text Example


Text Example

White with #D920D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920D9; }

 p { color: rgb(217,32,217); }

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

background-color css

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

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

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

border-color css

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

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

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