Html Css Color HEX #D616D7 Deep Magenta

📋 copy color: '#D616D7'

red 214 ◦ green 22 ◦ blue 215

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

Shades of Deep Magenta #D616D7

Tints of Deep Magenta #D616D7

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

 GREEN value IS 22 (8.98% from 255) = 4.88%

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 47.45%
G = 4.88%
B = 47.67%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D616D7 (or 0xD616D7) is known color: Deep Magenta. HEX triplet: D6, 16 and D7. RGB value is (214,22,215). Sum of RGB (Red+Green+Blue) = 214+22+215=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #D616D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616D7 is #29E928. Grayscale: #646464. Windows color (decimal): -2746665 or 14096086. OLE color: 14096086.

HSL color Cylindrical-coordinate representation of color #D616D7: hue angle of 299.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616D7 is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 215 -
CMYK 0.00 0.90 0 0.16
HSL 299.69º 0.81% 0.46% -
HSV(B) 299.69º 0.9% 0.84% -
XYZ 40.28 19.78 65.98 -
YUV 101.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 214 22 215 0.00 0.90 0 0.16 299.69 0.81 0.46
Hex D6 16 D7 0 5A 0 10 12C 51 2E
Octal 326 26 327 0 132 0 20 454 121 56
Binary 11010110 10110 11010111 0 1011010 0 10000 100101100 1010001 101110

Color Harmonies of #D616D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616D7

Black with #D616D7

Text Example


Text Example

White with #D616D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616D7; }

 p { color: rgb(214,22,215); }

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

background-color css

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

 a { background-color: rgb(214,22,215); }

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

border-color css

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

 span { border-color: rgb(214,22,215); }

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