Html Css Color HEX #D617CE Deep Magenta

📋 copy color: '#D617CE'

red 214 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #D617CE

Tints of Deep Magenta #D617CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 48.31%
G = 5.19%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D617CE (or 0xD617CE) is known color: Deep Magenta. HEX triplet: D6, 17 and CE. RGB value is (214,23,206). Sum of RGB (Red+Green+Blue) = 214+23+206=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D617CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617CE is #29E831. Grayscale: #646464. Windows color (decimal): -2746418 or 13506518. OLE color: 13506518.

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

Color convert

RGB 214 23 206 -
CMYK 0 0.89 0.04 0.16
HSL 302.51º 0.81% 0.46% -
HSV(B) 302.51º 0.89% 0.84% -
XYZ 39.18 19.37 60.07 -
YUV 100.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 214 23 206 0 0.89 0.04 0.16 302.51 0.81 0.46
Hex D6 17 CE 0 59 4 10 12F 51 2E
Octal 326 27 316 0 131 4 20 457 121 56
Binary 11010110 10111 11001110 0 1011001 100 10000 100101111 1010001 101110

Color Harmonies of #D617CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617CE

Black with #D617CE

Text Example


Text Example

White with #D617CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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