Html Css Color HEX #D617B6 Deep Magenta

📋 copy color: '#D617B6'

red 214 ◦ green 23 ◦ blue 182

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

Shades of Deep Magenta #D617B6

Tints of Deep Magenta #D617B6

RGB

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

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

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

R = 51.07%
G = 5.49%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D617B6 (or 0xD617B6) is known color: Deep Magenta. HEX triplet: D6, 17 and B6. RGB value is (214,23,182). Sum of RGB (Red+Green+Blue) = 214+23+182=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D617B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617B6 is #29E849. Grayscale: #616161. Windows color (decimal): -2746442 or 11933654. OLE color: 11933654.

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

Color convert

RGB 214 23 182 -
CMYK 0 0.89 0.15 0.16
HSL 310.05º 0.81% 0.46% -
HSV(B) 310.05º 0.89% 0.84% -
XYZ 36.48 18.29 45.86 -
YUV 98.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 214 23 182 0 0.89 0.15 0.16 310.05 0.81 0.46
Hex D6 17 B6 0 59 F 10 136 51 2E
Octal 326 27 266 0 131 17 20 466 121 56
Binary 11010110 10111 10110110 0 1011001 1111 10000 100110110 1010001 101110

Color Harmonies of #D617B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617B6

Black with #D617B6

Text Example


Text Example

White with #D617B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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