Html Css Color HEX #D617B0 Deep Magenta

📋 copy color: '#D617B0'

red 214 ◦ green 23 ◦ blue 176

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

Shades of Deep Magenta #D617B0

Tints of Deep Magenta #D617B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 51.82%
G = 5.57%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D617B0 (or 0xD617B0) is known color: Deep Magenta. HEX triplet: D6, 17 and B0. RGB value is (214,23,176). Sum of RGB (Red+Green+Blue) = 214+23+176=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D617B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617B0 is #29E84F. Grayscale: #616161. Windows color (decimal): -2746448 or 11540438. OLE color: 11540438.

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

Color convert

RGB 214 23 176 -
CMYK 0 0.89 0.18 0.16
HSL 311.94º 0.81% 0.46% -
HSV(B) 311.94º 0.89% 0.84% -
XYZ 35.87 18.04 42.67 -
YUV 97.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 214 23 176 0 0.89 0.18 0.16 311.94 0.81 0.46
Hex D6 17 B0 0 59 12 10 138 51 2E
Octal 326 27 260 0 131 22 20 470 121 56
Binary 11010110 10111 10110000 0 1011001 10010 10000 100111000 1010001 101110

Color Harmonies of #D617B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617B0

Black with #D617B0

Text Example


Text Example

White with #D617B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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