Html Css Color HEX #D913B6 Deep Magenta

📋 copy color: '#D913B6'

red 217 ◦ green 19 ◦ blue 182

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

Shades of Deep Magenta #D913B6

Tints of Deep Magenta #D913B6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 51.91%
G = 4.55%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D913B6 (or 0xD913B6) is known color: Deep Magenta. HEX triplet: D9, 13 and B6. RGB value is (217,19,182). Sum of RGB (Red+Green+Blue) = 217+19+182=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D913B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913B6 is #26EC49. Grayscale: #606060. Windows color (decimal): -2550858 or 11932633. OLE color: 11932633.

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

Color convert

RGB 217 19 182 -
CMYK 0 0.91 0.16 0.15
HSL 310.61º 0.84% 0.46% -
HSV(B) 310.61º 0.91% 0.85% -
XYZ 37.29 18.59 45.88 -
YUV 96.78 176.1 213.75 -
System Red Green Blue C M Y K H S L
Decimal 217 19 182 0 0.91 0.16 0.15 310.61 0.84 0.46
Hex D9 13 B6 0 5B 10 F 137 54 2E
Octal 331 23 266 0 133 20 17 467 124 56
Binary 11011001 10011 10110110 0 1011011 10000 1111 100110111 1010100 101110

Color Harmonies of #D913B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913B6

Black with #D913B6

Text Example


Text Example

White with #D913B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913B6; }

 p { color: rgb(217,19,182); }

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

background-color css

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

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

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

border-color css

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

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

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