Html Css Color HEX #D616C1 Deep Magenta

📋 copy color: '#D616C1'

red 214 ◦ green 22 ◦ blue 193

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

Shades of Deep Magenta #D616C1

Tints of Deep Magenta #D616C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 49.88%
G = 5.13%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D616C1 (or 0xD616C1) is known color: Deep Magenta. HEX triplet: D6, 16 and C1. RGB value is (214,22,193). Sum of RGB (Red+Green+Blue) = 214+22+193=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D616C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616C1 is #29E93E. Grayscale: #626262. Windows color (decimal): -2746687 or 12654294. OLE color: 12654294.

HSL color Cylindrical-coordinate representation of color #D616C1: hue angle of 306.56º 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 #D616C1 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 193 -
CMYK 0 0.90 0.10 0.16
HSL 306.56º 0.81% 0.46% -
HSV(B) 306.56º 0.9% 0.84% -
XYZ 37.64 18.72 52.08 -
YUV 98.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 214 22 193 0 0.90 0.10 0.16 306.56 0.81 0.46
Hex D6 16 C1 0 5A A 10 133 51 2E
Octal 326 26 301 0 132 12 20 463 121 56
Binary 11010110 10110 11000001 0 1011010 1010 10000 100110011 1010001 101110

Color Harmonies of #D616C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616C1

Black with #D616C1

Text Example


Text Example

White with #D616C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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