Html Css Color HEX #D910B9 Deep Magenta

📋 copy color: '#D910B9'

red 217 ◦ green 16 ◦ blue 185

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

Shades of Deep Magenta #D910B9

Tints of Deep Magenta #D910B9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.83%

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 51.91%
G = 3.83%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D910B9 (or 0xD910B9) is known color: Deep Magenta. HEX triplet: D9, 10 and B9. RGB value is (217,16,185). Sum of RGB (Red+Green+Blue) = 217+16+185=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D910B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910B9 is #26EF46. Grayscale: #5E5E5E. Windows color (decimal): -2551623 or 12128473. OLE color: 12128473.

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

Color convert

RGB 217 16 185 -
CMYK 0 0.93 0.15 0.15
HSL 309.55º 0.86% 0.46% -
HSV(B) 309.55º 0.93% 0.85% -
XYZ 37.56 18.63 47.51 -
YUV 95.37 178.59 214.76 -
System Red Green Blue C M Y K H S L
Decimal 217 16 185 0 0.93 0.15 0.15 309.55 0.86 0.46
Hex D9 10 B9 0 5D F F 136 56 2E
Octal 331 20 271 0 135 17 17 466 126 56
Binary 11011001 10000 10111001 0 1011101 1111 1111 100110110 1010110 101110

Color Harmonies of #D910B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910B9

Black with #D910B9

Text Example


Text Example

White with #D910B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910B9; }

 p { color: rgb(217,16,185); }

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

background-color css

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

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

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

border-color css

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

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

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