Html Css Color HEX #D617D1 Deep Magenta

📋 copy color: '#D617D1'

red 214 ◦ green 23 ◦ blue 209

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

Shades of Deep Magenta #D617D1

Tints of Deep Magenta #D617D1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.16%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 47.98%
G = 5.16%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D617D1 (or 0xD617D1) is known color: Deep Magenta. HEX triplet: D6, 17 and D1. RGB value is (214,23,209). Sum of RGB (Red+Green+Blue) = 214+23+209=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D617D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617D1 is #29E82E. Grayscale: #646464. Windows color (decimal): -2746415 or 13703126. OLE color: 13703126.

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

Color convert

RGB 214 23 209 -
CMYK 0 0.89 0.02 0.16
HSL 301.57º 0.81% 0.46% -
HSV(B) 301.57º 0.89% 0.84% -
XYZ 39.55 19.51 62 -
YUV 101.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 214 23 209 0 0.89 0.02 0.16 301.57 0.81 0.46
Hex D6 17 D1 0 59 2 10 12E 51 2E
Octal 326 27 321 0 131 2 20 456 121 56
Binary 11010110 10111 11010001 0 1011001 10 10000 100101110 1010001 101110

Color Harmonies of #D617D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617D1

Black with #D617D1

Text Example


Text Example

White with #D617D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617D1; }

 p { color: rgb(214,23,209); }

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

background-color css

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

 a { background-color: rgb(214,23,209); }

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

border-color css

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

 span { border-color: rgb(214,23,209); }

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